Skip to contents

This function plots the average species catch per standardized tow to 1.75 km for each year.

Usage

plot_rv_abundance(abundance = NULL)

Arguments

abundance

data.frame likely from ind_rv_abundance

Examples

if (FALSE) { # \dontrun{
rva <- ind_rv_abundance()
plot_rv_abundance(rva)
} # }