range_seq {birk} | R Documentation |
Generates a sequence of numbers spanning the range of x
.
range_seq(x, extend = 0, ...)
x |
a numeric vector. |
extend |
number specifying the fraction by which the range should be extended. |
... |
further arguments to be passed to |
Matthew A. Birk, matthewabirk@gmail.com
range_seq(rnorm(10, sd = 20)) range_seq(c(3, 9), extend = 0.1) range_seq(c(3, 9), length.out = 20)