powered by
Starts the graphics device driver
exportgraphics(file, type = tail(strsplit(file, split = "\\.")[[1]], 1), ...)
A character string giving the name of the file.
The type of graphics device.
Other parameters.
closegraphics, toggleexport, Devices
closegraphics
toggleexport
Devices
# NOT RUN { data (iris) exportgraphics ("export.pdf") plotdata (iris [, -5], iris [, 5]) closegraphics() # }
Run the code above in your browser using DataLab