R/rMx.R
rMx.Rd
function (Input) if (is.vector(Input)) Output <- t(as.matrix(Input))if (!is.vector(Input)) Output <- as.matrix(Input)Output
rMx(Input)
input to be converted into a row matrix
James T. Thorson