Get a parameter value from solarius models.

Usage

modelPar(mod, par, ...)
modelParCPUtime(mod, format = "sec", ...)
modelParCores(mod)
modelParNumBatches(mod)

Arguments

mod
An object of solarPolygenic, solarMultipoint or solarAssoc classes. See solarPolygenicClass, solarMultipointClass and solarAssocClass.
par
A character, the parameter name.
...
Additional arguments.
format
A character, the format of the time value. The default value is "sec". The second possible value is "POSIX". This argument is only for modelParCPUtime function.

Value

A value of the given parameter.

Description

Get a parameter value from solarius models.