labels_default {ggplot} | R Documentation |
Generate default facet labels.
labels_default(plot, strip = plot$striplabel)
plot |
plot object |
strip |
Facet labels are only displayed when there are facets in a particular direction. By default the labels consist of the variable name : value. You can't currently change this display. but it will be an option in the near future.
gList containg text grobs with appropriate viewports
Hadley Wickham <h.wickham@gmail.com>