R/parameters.R

Defines functions params

params <- function(x = NULL) {
    ## A suite of parameters for controlling behaviour
    # (not user-configurable, those are in inzpar())
    if (!is.null(x)) {
        params()[[x]]
    } else {
        list(max.levels = 101)
    }
}
iNZightVIT/iNZightPlots documentation built on May 4, 2024, 6:18 a.m.