rvectorize: Vectorize By Row

View source: R/MxAlgebraFunctions.R

rvectorizeR Documentation

Vectorize By Row

Description

This function returns the vectorization of an input matrix in a row by row traversal of the matrix. The output is returned as a column vector.

Usage

rvectorize(x)

Arguments

x

an input matrix.

See Also

cvectorize, vech, vechs

Examples


rvectorize(matrix(1:9, 3, 3))
rvectorize(matrix(1:12, 3, 4))



OpenMx/OpenMx documentation built on April 17, 2024, 3:32 p.m.