HH (version 2.2-17)

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

See Also

#ifndef S-Plus dev2. #endif #ifdef S-Plus export.graph. #endif

Examples

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

Run the code above in your browser using DataLab