devList: Lists the indices of the open devices named by their labels

View source: R/deviceUtils.R

devListR Documentation

Lists the indices of the open devices named by their labels

Description

Lists the indices of the open devices named by their labels.

Usage

devList(interactiveOnly=FALSE, dropNull=TRUE, ...)

Arguments

interactiveOnly

If TRUE, only open interactive/screen devices are returned.

dropNull

If TRUE, the "null" device (device index 1) is not returned.

...

Not used.

Value

Returns a named integer vector.

Author(s)

Henrik Bengtsson

See Also

dev.list().


R.devices documentation built on June 21, 2022, 9:06 a.m.