Learn R Programming

BayesMRA (version 1.0.0)

is_integer_matrix: Check if an integer matrix of dimension \(n \times m\)

Description

this function checks if the input is an integer matrix of dimension \(n \times 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