R/close.all.R

Defines functions close.all

Documented in close.all

##' Close all graphics devices.
##' @export
close.all <- function()
{
    graphics.off()
    ## try(rgl.quit(), silent = TRUE)
}
thiyangt/fformpp documentation built on Jan. 5, 2024, 5:44 a.m.