seq_cpp | R Documentation |
Creates a vector containing a sequence of values starting at the initial point and going to the terminal point.
seq_cpp(a, b)
a |
An |
b |
An |
A vector
containing values moving from a to b. There are no restrictions on A's range.
James J Balamuta
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.