# NOT RUN {
map_data1 <- example_stars %>%
rlang::set_names("Variable A")
map_data2 <- example_stars_2 %>%
rlang::set_names("Variable B")
map_data <- c(map_data1, map_data2)
ggplot_stars_col_facet(data = map_data,
col_method = "quantile", col_cuts = c(0, 0.05, 0.25, 0.5, 0.75, 0.95, 1),
title = "Site medians, 2013-17")
# }
Run the code above in your browser using DataLab