makeGraphics: Open a graphics file for saving (internal function; exported...

View source: R/graphics.R

makeGraphicsR Documentation

Open a graphics file for saving (internal function; exported for legacy reasons; use startGraphics)

Description

Open a graphics file for saving (internal function; exported for legacy reasons; use startGraphics)

Usage

makeGraphics(
  target = makeArgs()[[1]],
  otype = NULL,
  ext = otype,
  desc = NULL,
  ...
)

Arguments

target

stem of filename (defaults to the target of the script)

otype

type of file to write (will use pdf if not specified)

ext

file extension (will use pdf.tmp if not specified)

desc

text to replace Rout in default target

...

arguments to pass to grDevices call


dushoff/shellpipes documentation built on Dec. 14, 2024, 4:36 p.m.