View source: R/growth_params.R
transpose_VB | R Documentation |
transpose_VB
transpose_VB(L1, L2, Linf, k, t0)
L1 |
length at reference 1 |
L2 |
length at reference 2, corresponds to g2 |
Linf |
mean asympote length |
k |
VB growth rate |
t0 |
VB age at length 0 |
transpose the traditional VB formulation into a linear increment model based on the paper \insertCitefrancis1988maximumstockassessmenthelper
vector<g1, g2> the linear growth increment model
## Not run:
transpose_VB(L1 = 50, L2 = 100, Linf = 155.9, k = 0.116, t0 = 2.495)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.