calc_ML {MLZ} | R Documentation |
Calculate mean lengths >= Lc
Description
Calculates mean lengths from length data and Lc for class MLZ_data
.
Usage
calc_ML(MLZ_data, length.slot = c("Len_df", "Len_matrix"),
sample.size = TRUE)
Arguments
MLZ_data |
An object of class |
length.slot |
Name of slot in |
sample.size |
If |
Value
An object of class MLZ_data
to fill slots MeanLength
, ss
.
Examples
## Not run:
data(Nephrops)
Nephrops <- calc_ML(Nephrops, sample.size = FALSE)
Nephrops@MeanLength
plot(Nephrops)
## End(Not run)
[Package MLZ version 0.1.4 Index]