Creates a column or row vector from a numeric
vector.
Usage
colVec(x)
rowVec(x)
Arguments
x
a numeric vector.
Details
The functions colVec and rowVec transform a vector into
a column and row vector, respectively. A column vector is a matrix
object with one column, and a row vector is a matrix object with one
row.