get_eb_min_G
get eb such that growth ceases at birth
Contents
created 2013/08/15 by Bas Kooijman
Syntax
[eb lb info] = get_eb_min_G (p, lb0)
Description
Obtains the scaled reserve at birth for growth ceasing at birth. For lower eb than the result, the embryo shrinks before birth.
Input
- p: 3-vector with parameters: g, k, v_H^b see get_lb
- lb0: optional scalar with initial estimate for lb
Output
- eb: scalar with e_b such that growth ceases at birth
- lb: scalar with l_b such that growth ceases at birth
- info: scalar with 1 for success and 0 otherwise
Remarks
The theory behind get_eb_min is discussed in the comments for DEB3. Cf get_ep_min for minimum e to reach puberty Cf get_eb_min_R for e at which maturation ceases at birth
Example of use
get_eb_min_G([.1 .3 .01])