plot_pa_by_gear | R Documentation |
Plot proportions-at-age time series by gear type
plot_pa_by_gear(
df,
age_plus = 10,
conf = 0.9,
xlim = c(1000, 3000),
ylim = c(0, NA),
size_range = c(0.5, 2.5),
translate = FALSE
)
df |
a data frame |
age_plus |
age plus group |
conf |
confidence value for the envelope |
xlim |
limits for the years shown on the plot |
ylim |
limits for the ages shown on the plot |
size_range |
vector of min and max for range of sizes of points |
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.