scale_pow {ggplot2} | R Documentation |
Power scale
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, ...)
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 |
This page describes scale_pow, 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)