R/misc.R
rangeExtended.Rd
This is analogous to what is done as part of the R axis range calculation, in the case where xaxs="r".
xaxs="r"
rangeExtended(x, extend = 0.04)
a numeric vector.
fraction to extend on either end
A two-element vector with the extended range of x.
x
Dan Kelley