plot_wa_by_gear | R Documentation |
Plot weight-at-age time series from a data frames as extracted from csv files created by dataSummaries
plot_wa_by_gear(
df,
xlim = c(1000, 3000),
ylim = c(0, NA),
n_roll = 5,
major = TRUE,
translate = FALSE
)
df |
a data frame |
xlim |
Limits for the years shown on the plot |
ylim |
limits for the weights shown on the plot |
n_roll |
Number of years to calculate the rolling mean (window) |
major |
Logical. Major SAR or not. |
translate |
Logical. If TRUE, translate to French |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.