scale_apply_combine_map {ggplot} | R Documentation |
Scale apply combine map
Usage
scale_apply_combine_map(scale, rdmatrix)
Arguments
Author(s)
Hadley Wickham <h.wickham@gmail.com>
Examples
scale_new(c(size="3 * height"), "size", range=c(0, 5), class="size")
scale_new(c(x="weight", y="height"), c("x", "y"), class=c("equal", "position"))
scale_new(c(group="age"), c("colour", "glyph"), class="group")
scale_new(c(h="age"), c("colour"), class="hsv", range=list(l=c(4,4), h=c(30,40)))
scale_new(c())
[Package
ggplot version 0.4.2
Index]