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 | plotDistToPDF(dat, colNms = NULL, byCol = NULL, violCol = "gray70",
outAlpha = 0.5, totPerPage = 9, pdfFile)
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.