saveDevs: Function saveDevs

saveDevsR Documentation

Function saveDevs

Description

Saves each element of dev.list() to a graphical device such as pdf, png or similar.

Usage

saveDevs(
  filename = NA,
  width = NA,
  height = NA,
  dev = png,
  units = "in",
  res = 300,
  mess = T,
  close = F,
  ...
)

Arguments

filename

Character vector containing file names.

width

Width of the devices. If NA (default), width of the devices is left unchanged.

height

Height of the devices. If NA (default), height of the devices is left unchanged.

dev

Graphical device (currently, pdf, win.metafile, png, bmp, jpg and tiff are supported).

units

Parameter passed to dev.copy. Defaults to "in". Is ignored if dev==pdf.

res

Resolution (dots per inch) of the devices. Defaults to 300. Is ignored if dev==pdf.

mess

Logical value specifying if a message should be printed after saving the devices. Defaults to T.

close

Logical value specifying whether to close devices after saving them.

Details

Saves each element of dev.list() to a graphical device such as pdf, png or similar.

Examples

saveDevs();

AndreasFischer1985/quantqual documentation built on June 20, 2022, 4:55 p.m.