| devSetLabel {R.utils} | R Documentation |
Sets the label of a device.
devSetLabel(which=dev.cur(), label, ...)
which |
An index (numeric) or a label (character). |
label |
A character string. |
... |
Not used. |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
devGetLabel() and devList().