seq_len_cpp: Generate a sequence of values based on supplied number

Description Usage Arguments Value Author(s) Examples

View source: R/RcppExports.R

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)

SMAC-Group/gmwm documentation built on Sept. 11, 2021, 10:06 a.m.