Make predictor level bubble plots
plot_predictor_bubbles(dat, variable, group_id = "fishing_event_id", ncol = 2)
dat | A data frame with the columns area, year |
---|---|
variable | The column to summarize (character value) |
group_id | The events to count over (e.g. |
ncol | Number of facetted columns (facets by area) |
A ggplot object