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 June 13, 2025, 12:34 p.m.