is_integer_matrix: Check if an integer matrix of dimension n x m

View source: R/predicates.R

is_integer_matrixR Documentation

Check if an integer matrix of dimension n x m

Description

this function checks if the input is an integer matrix of dimension n x m

Usage

is_integer_matrix(x, n, m)

Arguments

x

is the input

n

is the input matrix rows

m

is the input matrix columns


jtipton25/pgR documentation built on July 8, 2022, 12:44 a.m.