This function expands ranges by some value. Used in my dissertation code for axis ranges.
Examples
c(1,5) %expanded_by% 1
#> [1] 0 6
This function expands ranges by some value. Used in my dissertation code for axis ranges.
c(1,5) %expanded_by% 1
#> [1] 0 6