CheckBinaryMatrix: Checks if a data matrix is binary

Description Usage Arguments Details Value Author(s) Examples

View source: R/CheckBinaryMatrix.R

Description

Checks if a data matrix is binary

Usage

1

Arguments

x

Matrix to check.

Details

Checks if all the entries of the matix are either 0 or 1.

Value

TRUE if the matrix is binary.

Author(s)

Jose Luis Vicente-Villardon

Examples

1
2
3

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.