R/presFig.R

Defines functions presFig

Documented in presFig

#' Make the default color of axes and labels white (for presentations with dark background)
#'
#' @param ... additional par arguments (if any) 
#'
#' @return nothing 
#'
#'
#' @export

presFig <- function(...){
  par(fg='white', col.axis='white', col.lab='white', 
    col.main='white', col.sub='white', ...)
}
taddallas/radTad documentation built on May 15, 2021, 5:54 a.m.