vectorizeByRow: Convert a Matrix into a Vector Row by Row

View source: R/vectorizeByRow.R

vectorizeByRowR Documentation

Convert a Matrix into a Vector Row by Row

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

vectorizeByRow(IN)

Arguments

IN

A matrix.

Value

A vector.

See Also

stackByColumn, stackByRow, vectorizeByColumn

Examples

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

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