Rdocumentation
powered by
Learn R Programming
R.utils (version 1.9.7)
devSet: Activates a device
Description
Activates a device.
Usage
devSet(which=dev.next(), ...)
Arguments
which
An index (
numeric
) or a label (
character
). If neither, then a label corresponding to the checksum of
which
as generated by
...
Not used.
Value
Returns what
dev.set
()
returns.
See Also
devOff
() and
devDone
(). Internally,
dev.set
()
is used.