Learn R Programming

BayesianFROC (version 1.0.0)

Close_all_graphic_devices: Close the Graphic Device

Description

Close the graphic device to avoid errors in R CMD check.

Usage

Close_all_graphic_devices()

Arguments

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
 #    Open the graphic devices

   grDevices::dev.new();plot(stats::runif(100),stats::runif(100))
   grDevices::dev.new();plot(stats::runif(100),stats::runif(100))
   grDevices::dev.new();plot(stats::runif(100),stats::runif(100))
   grDevices::dev.new();plot(stats::runif(100),stats::runif(100))
   grDevices::dev.new();plot(stats::runif(100),stats::runif(100))
   grDevices::dev.new();plot(stats::runif(100),stats::runif(100))


#    Close the graphic device

##       Close_all_graphic_devices()


#'
# }
# NOT RUN {
# dottest
# }

Run the code above in your browser using DataLab