Skip to contents

The function is currently defined as

function (Input) if (is.vector(Input)) Output <- t(as.matrix(Input))if (!is.vector(Input)) Output <- as.matrix(Input)Output

Usage

rMx(Input)

Arguments

Input

input to be converted into a row matrix

Author

James T. Thorson