powered by
Create a sequence between two values at regular intervals and include bounds in output.
seqby(from, to, by)
Numeric vector
sequence starting value
sequence end value
increment of the sequence
tail_vec(1:8) tail_vec(matrix(1:8,2,4))
Run the code above in your browser using DataLab