seq_int: Generate an integer sequence of values

View source: R/RcppExports.R

seq_intR Documentation

Generate an integer 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_int(a, b)

Arguments

a

A long int that denotes the starting point.

b

A long int that denotes the ending point.

Value

A vector containing integer values from

Author(s)

James J Balamuta

See Also

rwishart

Examples

# Call with the following data:
seq_int(3, 5)
seq_int(5, 3)

coatless/r-to-armadillo documentation built on Nov. 16, 2023, 5:32 a.m.