const_vector: Construct a n-length vector (c(k, ..., k))

View source: R/GSOFunc_const_vector.R

const_vectorR Documentation

Construct a n-length vector (c(k, ..., k))

Description

Construct a n-length vector (c(k, ..., k))

Usage

const_vector(n, k)

Arguments

n

length of vector to create

k

the value of the units within the n length vector

Details

Internal GSO function. Used within props() and gso()

A handy helper function, constructs an n length vector, c(k, ... , k)

Value

returns a vector


nevilamos/FAMEFMR documentation built on April 17, 2025, 9:32 p.m.