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 April 3, 2025, 9:47 p.m.