Usage
initDisplayWindow(window, filename, path, width, height, scale, res, mfrow, bg, pty, mar, mgp, n.contrast = 1)
Arguments
window
the type of device on which the plot will be displayed. logical, NULL
or character.
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 height
and height
to standard unit. numeric.
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 "s"
or "m"
.
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.