plotdev: Switch between plot devices.

Description Usage Arguments

View source: R/plot.R

Description

Switch between plot devices.

Usage

1
2
plotdev(file.name = "test", type = "png", width = 5, height = 5,
  res = 100)

Arguments

file.name

file name without suffix (.png, etc)

type

plot type: png, jpeg, eps, pdf, tiff or svg

width

figure width in inches

height

figure height in inches

res

resolution in ppi (pixels per inch), only for types png, jpeg and tiff


segmenTier documentation built on May 2, 2019, 2:49 p.m.