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