Learn R Programming

barrks (version 1.1.0)

params: Get model parameters

Description

Get the parameters of a model.

Usage

params(m, ...)

Value

A list.

Arguments

m

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

...

List of parameters to customize the model.

Examples

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

Run the code above in your browser using DataLab