plotDistToPDF: Exports the raw data point plots (plotDataPoints()) to a PDF...

Description Usage Arguments

View source: R/PlotsExplore.r

Description

Exports the raw data point plots (plotDataPoints()) to a PDF document. Note: this can be a very large document depending on the number of observations and variables since it'll save the PDF as vector graphics so each point will be rendered.

Usage

1
2
plotDistToPDF(dat, colNms = NULL, byCol = NULL, violCol = "gray70",
  outAlpha = 0.5, totPerPage = 9, pdfFile)

Arguments

dat

dataset

byCol

by group column name by which to facet the plots

violCol

the colour of the violin

outAlpha

the transparency for the boxplot outliers

totPerPage

Total number of figures per page (default=9)

pdfFile

The file path/name to save to.

colNm

the column you want to plot


wtcooper/vizrd documentation built on May 4, 2019, noon