startPlot {greport} | R Documentation |
Plot Initialization
Description
Toggle plotting. Sets options by examining setgreportOption(gtype=)
.
Usage
startPlot(file, h = 7, w = 7, lattice = TRUE, ...)
endPlot()
Arguments
file |
character. Character string specifying file prefix. |
h |
numeric. Height of plot in inches, default=7. |
w |
numeric. Width of plot in inches, default=7. |
lattice |
logical. Set to |
... |
Arguments to be passed to |
[Package greport version 0.7-4 Index]