Description Usage Arguments Details
Display the device on which the plot will be displayed. For internal use.
1 2 | initDisplayWindow(window, filename, path, width, height, scale, res,
mfrow, bg, pty, mar, mgp, n.contrast = 1)
|
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 in inches. postive numeric. |
height |
the height of the device used to export the plot. postive numeric. |
scale |
the scaling factor to convert |
res |
the nominal resolution in ppi which will be recorded in the bitmap file. positive integer. |
mfrow |
the division of the device in plot region. numeric vector of size 2. |
bg |
the color used for the background. character. |
pty |
the type of plot region to be used. Can be |
mar |
the number of margin lines to be specified on the four sides of the plot. positive numeric vector of size 4. |
mgp |
the margin line for the axis title, axis labels and axis line. positive numeric vector of size 3. |
n.contrast |
the number of contrast parameters. postive integer. |
ARGUMENTS:
Information about the window, filename, width, height, path, unit and res arguments can be found in the details section of initWindow.
Information about the bg, pty, mar and mgp arguments can be found in par.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.