devNew {R.utils} | R Documentation |
Opens a new device.
devNew(type=getOption("device"), ..., label=NULL)
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. |
Returns what the device function
returns.
Henrik Bengtsson (http://www.braju.com/R/)