seq_default_a: Generate a sequence of values ranging from -a to a given a...

View source: R/RcppExports.R

seq_default_aR Documentation

Generate a sequence of values ranging from -a to a given a fixed amount of points.

Description

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

Usage

seq_default_a(a, length_out)

Arguments

a

A long double that denotes the starting point.

length_out

A long unsigned int that denotes the number of points to use.

Value

A vector of length length_out that contains values in [-a,a].

Author(s)

Anthony R. Colombo, James J Balamuta

See Also

seq

Examples

# Call with the following data:
seq_default_a(1, 10)
seq_default_a(1, 10)

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