is_positive_numeric_matrix: Check if a positive numeric matrix of dimension n x m

View source: R/predicates.R

is_positive_numeric_matrixR Documentation

Check if a positive numeric matrix of dimension n x m

Description

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

Usage

is_positive_numeric_matrix(x, n, m)

Arguments

x

is the input

n

is the input length


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