pages | R Documentation |
An S4 class to collect sections. It can represent a page in a pdf.;
page.new(...)
sections, ... |
These parameters are merged into the sections slot. |
deviceSettings, |
name, style, data, units, frames, framesToPlot parameters for the constructor new("page") go directly into the relevant slots |
The default page...
sections
A list of sections contained in the page
name
A name for the file if the artwork is plotted in mode 2
deviceSettings
A list of other device settings not covered by existing slots.
style
A list of parameters inherited by all sections, layers and components in the page
data
A list of parameters inherited by all sections, layers and components in the page
units
A list of units inherited by all sections, layers and components in the page
frames
numeric vector. The set of frames
framesToPlot
numeric vector. The set of frames plotting functions can be run.
print(1+1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.