Learn R Programming

Ease (version 0.1.2)

is.default.matrix: Test if a matrix is a default matrix

Description

Test if a matrix is a default matrix

Usage

is.default.matrix(x)

Value

A logical corresponding to whether x is a default matrix (matrix of dimension 0x0).

Arguments

x

a matrix.

Author

Ehouarn Le Faou