exportgraphics {fdm2id} | R Documentation |
Open a graphics device
Description
Starts the graphics device driver
Usage
exportgraphics(file, type = tail(strsplit(file, split = "\\.")[[1]], 1), ...)
Arguments
file |
A character string giving the name of the file. |
type |
The type of graphics device. |
... |
Other parameters. |
See Also
closegraphics
, toggleexport
, Devices
Examples
## Not run:
data (iris)
exportgraphics ("export.pdf")
plotdata (iris [, -5], iris [, 5])
closegraphics()
## End(Not run)
[Package fdm2id version 0.9.9 Index]