Description Usage Arguments Details Value Examples
This secondary growth model describes the influence of temperature over mumax
1 | Gamma_T(T, Tmin, Tmax, Topt, muopt)
|
T |
Temperature # a number |
Tmin |
Minimal growth temperature #a number |
Tmax |
Maximal growth temperature # a number |
Topt |
Optimal growth temperature #a number |
muopt |
optimal growth rate # a number |
\begin{equation}\begin{array}{l} \text { "cpm_T" <- as.formula(sqrtmumax }^{\sim} \text { sqrt }≤ft(((T>=\operatorname{Tmin}) \&(T<=\operatorname{Tmax}))^{*} \text { muopt }^{*}(T-\operatorname{Tmax})^{*}(T-\operatorname{Tmin})^{\wedge} 2 /(\text { (Topt - } \operatorname{Tmin})^{*}\right. \\ ≤ft.≤ft.≤ft((\text { Topt }-\operatorname{Tmin})^{*}(T-\text { Topt })-(\text { Topt }-\operatorname{Tmax})^{*}≤ft(\text { Topt }+\operatorname{Tmin}-2.0^{*} T\right)\right)\right)\right) \text { ) } \end{array}\end{equation}
mumax #maximum growth rate # a number
1 | Gamma_T(10,4,37,20,0.037)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.