labels_default {ggplot2} | R Documentation |
Generate default facet labels.
labels_default(gm, theme)
gm |
plot object |
theme |
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>