powered by
Creates a vector containing a sequence of values starting at 1 and going to the terminal point.
seq_len_cpp(n)
A vector containing values moving from 1 to n.
vector
An int that denotes the length of the vector.
int
James J Balamuta