seq_range | R Documentation |
Define a sequence of evenly spaced values from the minimum to the maximum of a vector
seq_range(x, n = 2)
x |
A numeric vector |
n |
An integer specifying the length of sequence (i.e., number of points across the range of |
A vector of length n
.
mean_or_mode
, build_datalist
identical(range(1:5), seq_range(1:5, n = 2))
seq_range(1:5, n = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.