R/gof.R

Defines functions gof

Documented in gof

#' @title Simple wrapper for graphics.off()
#' @importFrom grDevices graphics.off
#' @export

gof <- function(){
    graphics.off()
    ## ## If rgl is loaded
    ## if("package:rgl" %in% search()){
    ##     rgl::rgl.quit()
    ## }
}

Try the onlineforecast package in your browser

Any scripts or data that you put into this service are public.

onlineforecast documentation built on Oct. 12, 2023, 5:15 p.m.