geom_axis {DescribeDisplay}R Documentation

Geom Axis.

Description

A special ggplot2 geom for drawing the tour axes

Usage

geom_axis(axis, location, ...)

Arguments

...

should include data, location, aes_string information

Author(s)

Hadley Wickham h.wickham@gmail.com

Examples

library(ggplot2)
print(ggplot(dd_example("tour2d")))

[Package DescribeDisplay version 0.2.11 Index]