get_lj1_foetus
Gets scaled length at metamorphosis for foetal development
Contents
Syntax
[lj, lp, lb, info] = get_lj1_foetus (p, f)
Description
Gets scaled length at metamorphosis for foetal development.
Input
- p: 6-vector with parameters: g, k, l_T, v_H^b, v_H^j, v_H^p
- f: optional scalar with scaled functional responses (default 1)
Output
- lj: scalar with scaled length at metamorphosis
- lp: scalar with scaled length at puberty
- lb: scalar with scaled length at birth
- info: indicator equals 1 if successful
Remarks
l = L/ L_m with L_m = kap {p_Am}/ [p_M] where {p_Am} is of embryo. {p_Am} and v increase between maturities v_H^b and v_H^j till {p_Am} l_j/ l_b and v l_j/ l_b at metamorphosis. After metamorphosis l increases from l_j till l_i = f l_j/ l_b - l_T; l can thus be larger than 1. See get_lj for egg development.
Example of use
get_lj1_foetus([.5, .1, .1, .01, .2, .3])