R.devices (version 2.17.2)

devSet: Activates a device

Description

Activates a device.

Usage

devSet(which=dev.next(), ...)

Value

Returns what dev.set() returns.

Arguments

which

An index (numeric) or a label (character). If neither, then a label corresponding to the checksum of which as generated by digest is used.

...

Not used.

Author

Henrik Bengtsson

See Also

devOff() and devDone(). Internally, dev.set() is used.