vector: Make row vector

Description Usage Arguments Value

Description

Wrappers around rbind() and cbind() to produce a row or column vector. They accept only one argument and are a clearer semantic signal regarding the nature of the vector.

Usage

1
2
3

Arguments

x

numeric vector.

Value

Array of dimension 1 x n or n x 1


lionel-/gsim documentation built on May 21, 2019, 6:41 a.m.