if (FALSE) {
plot_juvenile_analysis(
data = fishery_data,
x_var = "date",
length_cols = paste0("length_", seq(8, 15, 0.5))
)
plot_juvenile_analysis(
data = fishery_data,
x_var = "date",
fill_var = "vessel",
length_cols = length_columns,
plot_type = "mixed",
reference_line = 10,
title = "Juvenile Analysis by Vessel and Date"
)
}
Run the code above in your browser using DataLab