Calculate extra parameters of a thermal performance curve
calc_params(model)
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
.
nls model object that contains a model of a thermal performance curve
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()