seq_len_cpp {simts} | R Documentation |
Generate a sequence of values based on supplied number
Description
Creates a vector containing a sequence of values starting at 1 and going to the terminal point.
Usage
seq_len_cpp(n)
Arguments
n |
An |
Value
A vector
containing values moving from 1 to n.
Author(s)
James J Balamuta
[Package simts version 0.2.2 Index]