powered by
Simulates the function colon() and its equivalent : operator from Matlab, which have a similar but not quite equivalent behavior when compared to seq() and : in R.
colon()
:
seq()
colon(a, b)
A vector containing a sequence of integers going from a to b
initial number
final number
colon(1, 4) colon(4, 8)
Run the code above in your browser using DataLab