vectorizeByColumn: Convert a Matrix into a Vector Column by Column

View source: R/vectorizeByColumn.R

vectorizeByColumnR Documentation

Convert a Matrix into a Vector Column by Column

Description

This is one of several related convenience functions designed to convert vectors into matrices or matrices into vectors, either by row or by column.

Usage

vectorizeByColumn(IN)

Arguments

IN

A matrix.

Value

A vector.

See Also

stackByColumn, stackByRow, vectorizeByRow

Examples

vectorizeByColumn(matrix(1:20, ncol = 4))

bryanhanson/HandyStuff documentation built on July 22, 2022, 6:18 a.m.