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.
1 2 | plotPointsToPDF(dat, colNms = NULL, numObs = NULL, totPerPage = 9,
pdfFile)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.