calc_ML | R Documentation |
Calculates mean lengths from length data and Lc for class MLZ_data
.
calc_ML(MLZ_data, length.slot = c("Len_df", "Len_matrix"),
sample.size = TRUE)
MLZ_data |
An object of class |
length.slot |
Name of slot in |
sample.size |
If |
An object of class MLZ_data
to fill slots MeanLength
, ss
.
## Not run:
data(Nephrops)
Nephrops <- calc_ML(Nephrops, sample.size = FALSE)
Nephrops@MeanLength
plot(Nephrops)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.