Calculates nutrient balance in consumption, growth, excretion and egestion
calculate_nutrient_allocation(
consumption,
prey_nutrient_concentrations,
nutrient_assimilation_efficiency,
weight_gain,
predator_nutrient_concentration
)List with nutrient fluxes
Vector of consumption by prey type (g/day)
Vector of nutrient concentrations in prey (g nutrient/g wet weight)
Vector of nutrient assimilation efficiencies (fraction 0-1)
Predator weight gain (g/day)
Nutrient concentration in predator (g nutrient/g wet weight)