powered by
Exports a graph from the current device in R, or the graphsheet in S-Plus, to an EPS file.
graphsheet
EPS
export.eps(FileName.in, Name.in="GSD2", ...)
name of file to be created.
Name of graphsheet in S-Plus, ignored in R.
other arguments in R, ignored in S-Plus.
# NOT RUN { if (interactive()) { trellis.device() plot(1:10) export.eps("abcd.eps") } # }
Run the code above in your browser using DataLab