reprod_rate_foetus

gets reproduction rate as function time for foetal development

Contents

Syntax

[R, UE0, Lb, Lp] = reprod_rate_foetus (L, f, p)

Description

Calculates the reproduction rate in number of foetusses per time for an individual of length L and scaled reserve density f

Input

    or optional 2-vector with length, L, and scaled maturity, UH < UHp
    for a juvenile that is now exposed to f, but previously at another f

Output

Remarks

See also reprod_rate, reprod_rate_j, and reprod_rate_s. For cumulative reproduction, see cum_reprod, cum_reprod_j, cum_reprod_s

Example of use

p_R = [.8 .95 .42 1.7 1.7 0 3.24 .012 .366]; reprod_rate_foetus([.5 1 10 30]', 1, p_R)