Description Usage Arguments Details Value See Also
View source: R/juveniles_BioEnFunctionalResponses.R
Function to calculate the quadratic functional response to temperature in the respiration relationship.
1 |
t |
- temperature (deg C) |
a |
- quadratic coefficient in quadratic equation |
b |
- linear coefficient in quadratic equation |
c |
- constant coefficient in quadratic equation |
Based on eq. S6
in the Supplement to Hurst et al. 2018
val = a*t^2+b*t+c [unitless]
value
Other juvenile bioenergetic functions:
juvBioenergetics_CompareRelationships()
,
juvBioenergetics_PlotRelationships()
,
juv_BioEnGrowth()
,
juv_CT()
,
juv_Ca()
,
juv_GT()
,
juv_MT()
,
juv_Ra()
,
juv_fC()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.