plot,MLZ_data-method {MLZ} | R Documentation |
plot
method for S4 class MLZ_data
Description
Plots annual length frequencies from slot Len_matrix
or Len_df
. If there are data in
both slots, Len_matrix
is preferentially plotted.
Usage
## S4 method for signature 'MLZ_data'
plot(x, type = c("ML", "comp"),
ggplot_layer = NULL)
Arguments
x |
An object of class |
type |
Character. |
ggplot_layer |
Optional layers to add to ggplot2 plot for |
Examples
## Not run:
data(Nephrops)
plot(Nephrops)
plot(Nephrops, type = "ML")
## End(Not run)
[Package MLZ version 0.1.4 Index]