plot_wcgop_bio.Rd
Visualize biological discard data
plot_wcgop_bio(
data,
species_name,
dir = NULL,
plot = 1:2,
comp_column = "length"
)
A data frame of WCGOP biological data
Species that you want composition data for.
Directory location to save files.
A vector of integers to specify which plots you would like. The
default is to print or save both figures, i.e., plot = 1:2
. Integers
correspond to the following figures:
Boxplot of discard length/age by gear group and year.
Boxplot of discard length/age by catch share and non-catch share by year.
Column in the data to plot (e.g. "LENGTH").