remove_facets.Rd
Remove facet labels from a ggplot object.
remove_facets(position = c("both", "x", "y"))
Character; which facet strips to remove. One of "both", "x", or "y".
A ggplot object with the specified strip texts removed.