JMDplots
This R package has code and data for plots from papers by Jeffrey M. Dick.
Installation
First install the remotes packages from CRAN.
install.packages("remotes")Then install JMDplots. This command will also install prebuilt vignettes.
remotes::install_github("jedick/JMDplots")To see the plots, use the R help browser to open the vignettes page or open it directly with this command:
browseVignettes("JMDplots")Building vignettes
If you want to build the vignettes yourself, be aware that it may be possible to build them without pandoc, but having pandoc available will make them look better. See rmarkdown's Install Pandoc vignette for tips on installing pandoc.
remotes::install_github("jedick/JMDplots", build_vignettes = TRUE)Online vignettes
The vignettes are available at http://chnosz.net/JMDplots/doc.