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

export.epsR Documentation

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.

Author(s)

Richard M. Heiberger <rmh@temple.edu>

See Also

dev2.

Examples

## Not run: 
  if (interactive()) {
    trellis.device()
    plot(1:10)
    export.eps("abcd.eps")
  }
  
## End(Not run)

HH documentation built on Aug. 9, 2022, 5:08 p.m.

Related to export.eps in HH...