Description Usage Arguments Details
Check and initialize display arguments. For internal use.
1 2 |
window |
the type of device on which the plot will be displayed. logical, |
filename |
the name of the file used to export the plot. character. |
path |
the directory where the plot file will be created. character. |
width |
the width of the device used to export the plot. postive numeric. |
height |
the height of the device used to export the plot. postive numeric. |
unit |
the units in which |
res |
the nominal resolution in ppi which will be recorded in the bitmap file. positive integer. |
n.plot |
the number of images to display. integer. |
mfrow |
the division of the device in plot region. numeric vector of size 2. |
xlim |
the x limits of the plot. numeric vector of size 2. |
ylim |
the y limits of the plot. numeric vector of size 2. |
method |
the name of the function that called the initializer. character. |
FUNCTION:
The arguments filename, width, height, path, unit and res are only active if window is "eps", "svg" or "png".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.