To recreate figures and show the steps used to preform the analysis do the following:
- You will need to install docker
- Open R and install devtools (if not already installed)
ìnstall.packages('devtools')
- Download and install the package
devtools::install_github("jasonserviss/reproducibleAnalysis", host = "api.github.com")
- Load the package
library(reproducibleAnalysis)
- Use the command
plotFigure("figure1")
to reproduce the environment used to preform the analysis, render the Rmd file, and open it in your web broswer.
Note: The package currently only contains "figure1".