Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


quickPlot (version 0.1.8)

newPlot: Open a new plotting window

Description

Open a new plotting window

Usage

newPlot(noRStudioGD = TRUE, ...)

dev.useRSGD(useRSGD = FALSE)

Arguments

noRStudioGD

Logical Passed to dev.new. Default is TRUE to avoid using RStudio graphics device, which is slow.

...

Additional arguments.

useRSGD

Logical indicating whether the default device should be the RStudio graphic device, or the platform default (quartz on macOS; windows on Windows; x11 on others, e.g., Linux).

Author

Eliot McIntire and Alex Chubaty

See Also

dev().

Examples

Run this code
if (FALSE) {
  ## set option to avoid using Rstudio graphics device
  dev.useRSGD(FALSE)

  ## open new plotting window
  newPlot()
}

Run the code above in your browser using DataLab