calc_params | R Documentation |
Calculate extra parameters of a thermal performance curve
calc_params(model, ...)
model |
nls model object that contains a model of a thermal performance curve |
... |
additional arguments to pass to any of the functions used to estimate the traits. For example you can change the level argument of |
Currently estimates:
maximum rate (rmax) using get_rmax()
optimum temperature (topt) using get_topt()
critical thermal maximum (ctmax) using get_ctmax()
critical thermal minimum (ctmin) using get_ctmin()
activation energy (e) using get_e()
deactivation energy (eh) using get_eh()
q10 value using get_q10()
thermal safety margin using get_thermalsafetymargin()
thermal tolerance using get_thermaltolerance()
thermal performance breadth using get_breadth()
skewness using get_skewness()
a dataframe containing the estimates of key TPC traits for a given model object. If any parameters cannot be calculated for a thermal performance curve, they will return NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.