with_isolated_devices {gofigR} | R Documentation |
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)
Arguments
expr |
The R expression to evaluate. |
Value
result of evaluating expr
[Package gofigR version 1.1.0 Index]