est_vbgrowth | R Documentation |
Estimate length-at-age using the von Bertanlaffy parametization
est_vbgrowth(
data,
dir = NULL,
col_length = "length_cm",
col_age = "age",
init_params = data.frame(K = 0.13, Linf = 55, L0 = 15, CV0 = 0.1, CV1 = 0.1),
bins = NULL
)
data |
Data frame of biological data from |
dir |
Directory where output will be saved. The directory where the file should be saved. If dir = NULL no output will be saved. |
col_length |
A numeric or character value specifying the column
to use in |
init_params |
Data frame of starting parameters for K, Linf, L0, CV0, and CV2 based on the Stock Synthesis parameterization of von Bertanlaffy growth. |
bins |
The bins to put ages into. If NULL then simply uses the ages as recorded. |
col_weight |
A numeric or character value specifying the column
to use in |
Chantel Wetzel
fit_vbgrowth()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.