export.eps | R Documentation |
Exports a graph from the current device in R,
or the graphsheet
in S-Plus, to an EPS
file.
export.eps(FileName.in, Name.in="GSD2", ...)
FileName.in |
name of file to be created. |
Name.in |
Name of graphsheet in S-Plus, ignored in R. |
... |
other arguments in R, ignored in S-Plus. |
Richard M. Heiberger <rmh@temple.edu>
dev2
.
## Not run:
if (interactive()) {
trellis.device()
plot(1:10)
export.eps("abcd.eps")
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.