View source: R/02-respiration.R
| calculate_sda | R Documentation |
Implements SDA calculation for metabolic cost of feeding and digestion
calculate_sda(consumption_energy, egestion_energy, SDA_coeff)
consumption_energy |
Consumption in energy (J/g) |
egestion_energy |
Egestion in energy (J/g) |
SDA_coeff |
Specific dynamic action coefficient |
Calculates SDA using: SDA = SDA_coeff × (consumption - egestion)
Special cases: - When egestion > consumption: egestion is capped at consumption value - Result is always >= 0
SDA in energy (J/g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.