HH (version 3.1-32)

export.eps: Exports a graph to an EPS file.

Description

Exports a graph from the current device in R, or the graphsheet in S-Plus, to an EPS file.

Usage

export.eps(FileName.in, Name.in="GSD2", ...)

Arguments

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.

See Also

S-Plus dev2. S-Plus export.graph.

Examples

Run this code
## Not run: 
# trellis.device()
# plot(1:10)
# export.eps("abcd.eps")
# ## End(Not run)

Run the code above in your browser using DataLab