Learn R Programming

simts (version 0.2.2)

seq_len_cpp: 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)

Value

A vector containing values moving from 1 to n.

Arguments

n

An int that denotes the length of the vector.

Author

James J Balamuta