Usage
hardcopy(width = 3.75, height = 3.75, color = FALSE, trellis = FALSE,
device = c("", "pdf", "ps"), path = getwd(), file =
NULL, format = c("nn-nn", "name"), split = "\\.",
pointsize = c(8, 4), fonts=NULL, horiz = FALSE, ...)
Arguments
width
width of plot in inches (sic!)
height
height of plot in inches (sic!)
color
(lattice plots only) TRUE if plot is not black on white only
trellis
TRUE if plot uses trellis graphics
device
screen "", pdf or ps
file
name of file to hold output, else NULL
format
Alternatives are "nn-nn"
and "name"
.
split
character on which to split function name (file=NULL)
pointsize
Pointsize. For trellis devices a vector of length
2 giving font sizes for text and for points respectively
fonts
For postscript devices, specify families that will be
used in addition to the intial device
horiz
FALSE for landscape mode; applies only to postscript
files
...
Other arguments for passing to the pdf
or
postscript