Learn R Programming

MLZ (version 0.1.1)

plot,MLZ_data-method: 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 MLZ_data
plot(x, ggplot_layer = NULL)

Arguments

x

An object of class MLZ_data.

ggplot_layer

Layers to add to ggplot2 plot.

Examples

Run this code
# NOT RUN {
data(Nephrops)
plot(Nephrops)
# }

Run the code above in your browser using DataLab