-
Notifications
You must be signed in to change notification settings - Fork 0
getters::get_pa #4
Copy link
Copy link
Open
Description
Ages are used from, "other" and "seine" - Either need to update figure caption to include the "other" category, or remove "other" gear type from dataframe used in proportion at age.
Actually perhaps this is in plot_pa in herringutils::figures.R
df <- df %>%
filter(year >= xlim[1], gear %in% c(
en2fr("Other", translate = french),
en2fr("RoeSN", translate = french)
))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels