| closegraphics | R Documentation |
Close the graphics device driver
closegraphics(export = fdm2id.globals$export)
export |
If given, explicitly overrides the global export toggle set by |
exportgraphics, toggleexport, dev.off
## Not run:
data (iris)
exportgraphics ("export.pdf")
plotdata (iris [, -5], iris [, 5])
closegraphics()
# Explicit override, ignoring the global toggle:
closegraphics (export = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.