get_eb_min_R
Contents
Syntax
[eb lb info] = get_eb_min_R (p, lb0)
Description
Obtains the scaled reserve at birth for maturation ceasing at birth. It can be seen as the lower viable scaled reserve density for embryo development.
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 maturation ceases at birth
- lb: scalar with l_b such that maturition 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. If k < 1, shrinking can occur at birth if maturation just ceases Cf get_eb_min_G for e at which growth ceases at birth
Example of use
get_eb_min_R([.1 .3 .01])