View source: R/12-simulation-engine.R
| calculate_daily_metabolism | R Documentation |
Calculates egestion, excretion, respiration, and SDA for a single day. Uses existing mid-level functions from other modules.
calculate_daily_metabolism(
consumption_energy,
current_weight,
temperature,
effective_p,
processed_species_params,
diet_proportions = NULL,
indigestible_fractions = NULL,
oxycal = 13560
)
consumption_energy |
Energy consumption (J/g fish/day) |
current_weight |
Current weight (g) |
temperature |
Temperature (°C) |
effective_p |
Effective p_value for the day |
processed_species_params |
All processed species parameters |
diet_proportions |
Diet proportions for the day |
indigestible_fractions |
Indigestible fractions for the day |
oxycal |
Oxycalorific coefficient (J/g O2) |
List with all metabolic fluxes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.