params: Get model parameters

View source: R/model.R

paramsR Documentation

Get model parameters

Description

Get the parameters of a model.

Usage

params(m, ...)

Arguments

m

Name of the model or the return value of another model()-call.

...

List of parameters to customize the model.

Value

A list.

Examples

# print the first parameters of `phenips-clim`
head(params('phenips-clim'))

barrks documentation built on Aug. 29, 2025, 5:32 p.m.