Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 

README.md

DOI

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.

You can’t perform that action at this time.