| scale_prob {ggplot2} | R Documentation |
Probability scale
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", ...)
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 |
This page describes scale_prob, see layer and qplot for how to create a complete plot from individual components.
A layer
Hadley Wickham, http://had.co.nz/
scale_discrete: Discrete position scales
## Not run:
# Coming soon
## End(Not run)