seq_cpp {simts} | R Documentation |
Generate a sequence of values
Description
Creates a vector containing a sequence of values starting at the initial point and going to the terminal point.
Usage
seq_cpp(a, b)
Arguments
a |
An |
b |
An |
Value
A vector
containing values moving from a to b. There are no restrictions on A's range.
Author(s)
James J Balamuta
[Package simts version 0.2.2 Index]