Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 612 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 612 Bytes

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))