Rdocumentation
powered by
Learn R Programming
R.utils (version 1.12.1)
devOff: Closes a device
Description
Closes a device.
Usage
devOff(which=dev.cur(), ...)
Arguments
which
An index (
numeric
) or a label (
character
).
...
Not used.
Value
Returns what
dev.off
()
returns.
See Also
devDone
(). Internally,
dev.off
()
is used.