get_lp1

Gest scaled length at puberty

Contents

Syntax

[lp, lb, info] = get_lp1 (p, f, l0)

Description

Obtains scaled length at puberty at constant food density. If initial scaled length (third input) is not specified, it is computed (using automatic initial estimate); If it is specified, however, is it just copied to the (second) output. Food density is assumed to be constant.

Input

    or optional 2-vector with scaled length, l, and scaled maturity, vH
    for a juvenile that is now exposed to f, but previously at another f
    l0 should be specified for foetal development

Output

Remarks

Element p(4) contains scaled murity at birth if l0 is absent or a scalar, or scaled maturity at zero if l0 is of length 2. Similar to get_lp, which uses integration, rather than root finding Function get_lp1_foetus does the same, but then for foetal development.

Example of use

get_lp1([.5, .1, .1, .01, .2])