calc_params {rTPC} | R Documentation |
Calculate extra parameters of a thermal performance curve
Description
Calculate extra parameters of a thermal performance curve
Usage
calc_params(model)
Arguments
model |
nls model object that contains a model of a thermal performance curve |
Details
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()
Value
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
.