Open a graphics device
Starts the graphics device driver
exportgraphics(file, type = tail(strsplit(file, split = "\\.")[[1]], 1), ...)
file |
A character string giving the name of the file. |
type |
The type of graphics device. |
... |
Other parameters. |
## Not run: data (iris) exportgraphics ("export.pdf") plotdata (iris [, -5], iris [, 5]) closegraphics() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.