devNew: 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.