Skip to contents

Remove facet labels from a ggplot object.

Usage

remove_facets(position = c("both", "x", "y"))

Arguments

position

Character; which facet strips to remove. One of "both", "x", or "y".

Value

A ggplot object with the specified strip texts removed.