ggaxis {ggplot2}R Documentation

Grob axis

Description

Grob for axes

Usage

ggaxis(at, labels, position="right", scale=c(0,1), colour = ggopt()$axis.colour)

Arguments

at position of ticks
labels labels at ticks
position position of axis (top, bottom, left or right)
scale range of data values
colour

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package ggplot2 version 0.6 Index]