Close_all_graphic_devices: Close the Graphic Device

Description Usage Examples

View source: R/Close_all_graphic_devices.R

Description

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

Usage

1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
## 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()


#'
## End(Not run)# dottest

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.