labels_default {ggplot}R Documentation

Default labels

Description

Generate default facet labels.

Usage

labels_default(plot, strip = plot$striplabel)

Arguments

plot plot object
strip

Details

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.

Value

gList containg text grobs with appropriate viewports

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot version 0.4.2 Index]