namedMatrix: Create a matrix of NA with specified col/row names/lengths.

namedMatrixR Documentation

Create a matrix of NA with specified col/row names/lengths.

Description

Create a matrix of NA with specified col/row names/lengths.

Usage

namedMatrix(rows, cols)

Arguments

rows

row names, or a numeric scalar for the number of rows

cols

columns names, or a numeric scalar for the number of cols

Value

a named matrix of NA


kcha193/simarioV2 documentation built on April 8, 2024, 4:51 p.m.