
Last chance! 50% off unlimited learning
Sale ends in
Open a new plotting window
newPlot(noRStudioGD = TRUE, ...)dev.useRSGD(useRSGD = FALSE)
Logical Passed to dev.new
. Default is TRUE to avoid using
RStudio graphics device, which is slow.
Additional arguments.
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).
Eliot McIntire and Alex Chubaty
dev()
.
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