eps: EPS Device

View source: R/eps.R

epsR Documentation

EPS Device

Description

Open postscript device for EPS output.

Usage

eps(file = "plot.eps", width = 6, height = 4, pointsize = 10,
  horizontal = FALSE, onefile = FALSE, paper = "special", ...)

Arguments

file

output filename.

width

device width in inches.

height

device height in inches.

pointsize

text size in pts.

horizontal

whether to use landscape layout.

onefile

whether to produce page output, otherwise EPS output.

paper

the kind of paper to print on.

...

passed to postscript.

Value

NULL, but a graphics device is opened.

Note

EPS options horizontal, onefile, and paper are explained on the postscript help page.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.