scaled_power_j
Gets scaled powers as function of length in case of type M acceleration
Contents
Syntax
[pACSJGRD, info] = scaled_power_j (L, f, p, lb, lj, lp)
Description
Gets scaled powers assimilation, mobilisation, somatic maintenance, maturity maintenance, growth, reproduction and dissipation as function of length
Input
- L: n-vector with lengths
- f: scalar with (constant) scaled functional response
- p: 10-vector with parameters: kap kapR g kJ kM LT v UHb UHj UHp
- lb: scalar with scaled length at birth for f; if not existent: NaN
- lj: scalar with scaled length at metamorphosis for f; if not existent: NaN
- lp: scalar with scaled length at puberty for f; if not existent: NaN
Output
- pACSJGRD: (n,7)-matrix with scaled powers p_A, p_C, p_S, p_J, p_G, p_R, p_D / L_m^2 {p_Am}
- info: scalar for success (1) or failure (0)
Remarks
Similar to scaled_power for metabolic acceleration between birth and metamorphosis. The maturity value relates to the one for which f has been constant. Powers can become negative for shrinking of structure or maturity. See function scaled_power for no metabolic acceleration.
Example of use
See statistics