DrVilepis / testaustime-r

Visualize your testaustime data with R (cool graph)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

testaustime-r

Visualize your testaustime data with cool graphs generated with an R script using ggplot2

How to use?

  1. Install necessary packages (and R if you dont have it):
    install.packages("httr")
    install.packages("rjson")
    install.packages("ggplot2")
    install.packages("ggthemes")
  2. Run the script (first insert your token into it):
    Rscript plot.R
  3. Look at cool images

How does it look?

(please ignore the awful colorscheme, I'm working on it (not))

About

Visualize your testaustime data with R (cool graph)

License:MIT License


Languages

Language:R 100.0%