plotPointsToPDF: 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
plotPointsToPDF(dat, colNms = NULL, numObs = NULL, totPerPage = 9,
  pdfFile)

Arguments

dat

dataset

numObs

The top n observations to include in the plot

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