rMx: Make a row matrix

View source: R/rMx.R

rMxR Documentation

Make a row matrix

Description

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(s)

James T. Thorson


nwfsc-assess/nwfscAgeingError documentation built on Sept. 24, 2023, 10:19 a.m.