Rdocumentation
powered by
Learn R Programming
R.devices (version 2.11.0)
devGetLabel: Gets the labels of zero or more devices
Description
Gets the labels of zero or more devices.
Usage
devGetLabel(which=dev.cur(), ...)
Arguments
which
An index (
numeric
)
vector
or a label (
character
)
vecto
...
Not used.
Value
Returns a
character
vector
. If a device does not exist, an error is thrown.
See Also
devSetLabel
() and
devList
().