Learn R Programming

gofigR (version 1.1.0)

with_isolated_devices: Executes an expression while isolating any new graphics devices it creates.

Description

Executes an expression while isolating any new graphics devices it creates.

Usage

with_isolated_devices(expr)

Value

result of evaluating expr

Arguments

expr

The R expression to evaluate.