expand_range {ggplot2} | R Documentation |
Convenience function for expanding a range with a multiplicative or additive constant.
expand_range(range, mul = 0, add = 0, zero = 0.5)
range |
range of data |
mul |
multiplicative constract |
add |
additive constant |
zero |
Hadley Wickham <h.wickham@gmail.com>