scale_pow {ggplot2}R Documentation

scale_pow

Description

Power scale

Usage

scale_x_pow(name=NULL, limits=c(NA, NA), breaks=NULL, power=1, ...)
scale_y_pow(name=NULL, limits=c(NA, NA), breaks=NULL, power=1, ...)
scale_z_pow(name=NULL, limits=c(NA, NA), breaks=NULL, power=1, ...)
scale_xend_pow(name=NULL, limits=c(NA, NA), breaks=NULL, power=1, ...)
scale_yend_pow(name=NULL, limits=c(NA, NA), breaks=NULL, power=1, ...)

Arguments

name name of scale to appear in legend or on axis
limits numeric vector of length 2, giving the extent of the scale
breaks numeric vector indicating where breaks should lie
power NULL
... ignored

Details

This page describes scale_pow, see layer and qplot for how to create a complete plot from individual components.

Value

A layer

Author(s)

Hadley Wickham, http://had.co.nz/

See Also

Examples

## Not run: 
    # Coming soon
## End(Not run)

[Package ggplot2 version 0.6 Index]