seq_len_cpp: Generate a sequence of values based on supplied number

Description Usage Arguments Value Author(s) Examples

Description

Creates a vector containing a sequence of values starting at 1 and going to the terminal point.

Usage

1

Arguments

n

An int that denotes the length of the vector.

Value

A vector containing values moving from 1 to n.

Author(s)

James J Balamuta

Examples

1
2
#Call with the following data:
seq_len_cpp(5)

gmwm documentation built on April 14, 2017, 4:38 p.m.