scale_prob {ggplot2}R Documentation

scale_prob

Description

Probability scale

Usage

scale_x_prob(name=NULL, limits=c(NA, NA), breaks=NULL, family="norm", ...)
scale_y_prob(name=NULL, limits=c(NA, NA), breaks=NULL, family="norm", ...)
scale_z_prob(name=NULL, limits=c(NA, NA), breaks=NULL, family="norm", ...)
scale_xend_prob(name=NULL, limits=c(NA, NA), breaks=NULL, family="norm", ...)
scale_yend_prob(name=NULL, limits=c(NA, NA), breaks=NULL, family="norm", ...)

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
family NULL
... ignored

Details

This page describes scale_prob, 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]