dev.set {graphics} 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

SMRUCC genomics Institute

Value

this function returns data object of type graphicsDevice.

clr value class

Examples


[Package graphics version 2.33.856.6961 Index]