devSetLabel {R.utils}R Documentation

Sets the label of a device

Description

Sets the label of a device.

Usage

devSetLabel(which=dev.cur(), label, ...)

Arguments

which An index (numeric) or a label (character).
label A character string.
... Not used.

Value

Returns nothing.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

devGetLabel() and devList().


[Package R.utils version 1.1.7 Index]