matrix_na: Create matrix with NA

View source: R/sequence.R

matrix_naR Documentation

Create matrix with NA

Description

Create matrix with NA

Usage

matrix_na(nx, ny)

Arguments

nx

Length of row.

ny

Length of col.

Value

Matrix whose all elements are NA

Examples

matrix_na(3,2)
#((NA,NA),(NA,NA),(NA,NA))

hmito/hmRLib documentation built on March 13, 2024, 9:41 p.m.