is_numeric_matrix: Check if a numeric matrix of dimension n x m

View source: R/predicates.R

is_numeric_matrixR Documentation

Check if a numeric matrix of dimension n x m

Description

this function checks if the input is a numeric (double) matrix of dimension n x m

Usage

is_numeric_matrix(x, n, m)

Arguments

x

is the input

n

is the input matrix rows

m

is the input matrix columns


jtipton25/dasc2594 documentation built on Oct. 7, 2022, 3:46 p.m.