R/par.reset.R

Defines functions par.reset

Documented in par.reset

.par.orig <- par()

##' Restore the 'par' settings
##' 
##' If you have been mucking around with parameter settings, this function
##' will revert to the parameter settings that were available when this
##' package was loaded.
##' @export
par.reset <- function() {
  par(.par.orig)
}

Try the Kmisc package in your browser

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

Kmisc documentation built on May 29, 2017, 1:43 p.m.