eps: Specialized version of postscript for eps files 'eps' simply...

View source: R/myutil.R

epsR Documentation

Specialized version of postscript for eps files eps simply calls postscript with sensible defaults

Description

Specialized version of postscript for eps files eps simply calls postscript with sensible defaults

Usage

eps(
  file = "Rplot.eps",
  horizontal = FALSE,
  paper = "special",
  height = 6,
  width = 6,
  ...
)

Arguments

file

a character string giving the name of the file.

horizontal

the orientation of the printed image, a logical.

paper

the size of paper in the printer.

height, width

height and width of eps graphic

...

other arguments passed down


friendly/myutil documentation built on Nov. 1, 2024, 1:01 p.m.