dev.set {grDevices} R Documentation

dev.set makes the specified device the active device. If there

Description

is no device with that number, it is equivalent to dev.next.
If which = 1 it opens a new device and selects that.

Usage

dev.set(
    dev = NULL,
    which = -1);

Arguments

Details

Authors

graphics

Value

this function returns data object of type graphicsDevice.

clr value class

Examples


[Package grDevices version 1.0.0.0 Index]