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
#Call with the following data: seq_cpp(3, 5) seq_cpp(5, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.