milk
Gets the cumulative amount of assimilation energy from birth till weaning (of baby mammals)
Contents
Syntax
U_L = milk(f, p)
Description
Computes the cumulative amount of assimilation energy from birth till weaning (of baby mammals)
Input
- f: scalar with scaled functional response
- 5-vector with parameters: L_b L_x L_i t_x kap_L
Output
- U_L: scalar with scaled amount of milk per baby, from birth till weaning
U_L = E_L/ {p_Am}: U_L = f int_0^(a_x - a_b) L^2(t) dt- the amount of (scaled) energy that is required to produce this milk is U_E/ kalp_RL
Example of use
milk(1, [1; 2; 10; 3; .9])