View source: R/GSOFunc_const_vector.R
const_vector | R Documentation |
Construct a n-length vector (c(k, ..., k))
const_vector(n, k)
n |
length of vector to create |
k |
the value of the units within the n length vector |
Internal GSO function. Used within props() and gso()
A handy helper function, constructs an n length vector, c(k, ... , k)
returns a vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.