position_apply {ggplot} | R Documentation |
Apply a function to x and y position scales.
position_apply(scales, f, ...)
scales |
scales |
f |
function to apply |
... |
other arguments to pass to f |
This is a convience method because position scales can be made up of two separate scales, or one scale that provides both x and y position mappings.
Hadley Wickham <h.wickham@gmail.com>