powered by
Create a sequence over the range of a vector
seq_range(x, n = 2)
A numeric vector
An integer specifying the length of sequence (i.e., number of points across the range of x)
seq_range(1:5,n=3)
Run the code above in your browser using DataLab