devNew {R.utils}R Documentation

Opens a new device

Description

Opens a new device.

Usage

devNew(type=getOption("device"), ..., label=NULL)

Arguments

type A character string specifying the type of device to be opened. This string should match the name of an existing device function.
... Arguments passed to the device function.
label An optional character string specifying the label of the opened device.

Value

Returns what the device function returns.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

devDone() and devOff().


[Package R.utils version 1.1.1 Index]