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)
    }
}

Try the iNZightPlots package in your browser

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

iNZightPlots documentation built on Oct. 14, 2023, 9:13 a.m.