Learn R Programming

quickPlot (version 0.1.1)

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).

See Also

dev.

Examples

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

  ## open new plotting window
  newPlot()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab