Calc_Gompertz_LAA {BayesGrowth} | R Documentation |
Calc_Gompertz_LAA
Description
Calc_Gompertz_LAA
Usage
Calc_Gompertz_LAA(Linf, k, L0, Age)
Arguments
Linf |
A single value of asymptotic length for the Gompertz model |
k |
A single value of the growth completion parameter for the Gompertz model |
L0 |
A single value of length-at-birth for the Gompertz model |
Age |
A single value or vector of ages to convert to length based on the Gompertz model |
Value
A vector of length-at-ages
Examples
# Calculate length-at-age for a Gompertz growth curve with given parameters
# and age range
Age_Range <- 0:16
Calc_Gompertz_LAA(Linf = 1580, k = 0.21, L0 = 72, Age = Age_Range)
[Package BayesGrowth version 1.0.0 Index]