R.devices (version 2.17.2)

devIsInteractive: Checks whether a device type is interactive or not

Description

Checks whether a device type is interactive or not.

Usage

devIsInteractive(types, ...)

Value

Returns a logical

vector with TRUE if the device type is interactive, otherwise FALSE.

Arguments

types

A character vector.

...

Not used.

Author

Henrik Bengtsson

See Also

Internally, deviceIsInteractive is used.