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 March 4, 2023, 9:47 p.m.