View source: R/07-nutrient-regeneration.R
| calculate_nutrient_allocation | R Documentation |
Calculates nutrient balance in consumption, growth, excretion and egestion
calculate_nutrient_allocation(
consumption,
prey_nutrient_concentrations,
nutrient_assimilation_efficiency,
weight_gain,
predator_nutrient_concentration
)
consumption |
Vector of consumption by prey type (g/day) |
prey_nutrient_concentrations |
Vector of nutrient concentrations in prey (g nutrient/g wet weight) |
nutrient_assimilation_efficiency |
Vector of nutrient assimilation efficiencies (fraction 0-1) |
weight_gain |
Predator weight gain (g/day) |
predator_nutrient_concentration |
Nutrient concentration in predator (g nutrient/g wet weight) |
List with nutrient fluxes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.