View source: R/15.2-analysis-nutritional.R
| nutrient_efficiency_block | R Documentation |
Internal helper that calculates retention, excretion, and growth efficiencies
from raw flux values. Used by calculate_nutrient_efficiencies() to
avoid duplicating the identical calculation for nitrogen and phosphorus.
nutrient_efficiency_block(consumed, growth, excretion, assimilated)
consumed |
Total nutrient consumed (same units as other flux args). |
growth |
Nutrient retained in growth. |
excretion |
Nutrient lost via excretion. |
assimilated |
Nutrient assimilated (consumed minus egested). |
Named list: retention_efficiency, excretion_rate,
growth_efficiency.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.