Description Usage Arguments Value
Plot the cumulative catch for the given years
1 2 3 4 5 6 7 8 | plot_cumu_catch(
d,
inc_years = (year(now()) - 5):year(now()),
weight_factor = 1e+06,
ylim = c(0, 100),
line_thickness = 1.5,
horiz_line_spacing = NA
)
|
d |
Data frame as output from |
inc_years |
Years to include in the plot |
weight_factor |
Divide catch values by this to scale y-axis |
ylim |
Vector of 2, Y-axis limits |
line_thickness |
thickness of the lines |
horiz_line_spacing |
spacing to draw horizontal dotted lines at. If NA, no lines will be plotted |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.