R/package.env.R

#' @title Package environment
#'
#' @description Environment used to store global variables in the package, e.g. used for subplot routine.
#'
#' @return None
#'
#' @author Danail Obreschkow
#'
#' @export

.cooltools.env = new.env()

Try the cooltools package in your browser

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

cooltools documentation built on Sept. 11, 2024, 8:25 p.m.