labels_default {ggplot2}R Documentation

Default labels

Description

Generate default facet labels.

Usage

labels_default(gm, theme)

Arguments

gm plot object
theme

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 ggplot2 version 0.8.2 Index]