get_lp_foetus
Obtains scaled length at puberty for foetal development
Contents
Syntax
[lp, lb, info] = get_lp_foetus (p, f, lb0)
Description
Obtains scaled length at puberty at constant food density in the case of foetal development. Food density is assumed to be constant.
Input
- p: 5-vector with parameters: g, k, l_T, v_H^b, v_H^p
- f: optional scalar with scaled functional responses (default 1)
- lb0: optional scalar with scaled length at birth
Output
- lp: scalar with scaled length at puberty
- lb: scalar with scaled length at birth
- info: indicator equals 1 if successful, 0 otherwise
Remarks
Function get_lp does the same, but then for egg development.
Example of use
get_lp_foetus([.5, .1, .1, .01, .2])