plot_facets_color.Rd
Color facet strips by a variable
plot_facets_color(p, strip_color, palette)
A ggplot object for the original facetted plot.
Categorical column in the data for the original plot to use to color the facet strips. Tidyeval is used here.
A character vector of colors. Can be named to assign each color to a value in `strip_color`.
Nothing, the plot is printed to device.