check_true_binary_multiple: Check if a two dimensional matrix has only integer elements 0...

Description Usage Arguments Details Examples

Description

check_true_binary_multiple returns TRUE if all of the elements in its argument are integers 0 or 1, and FALSE if not all of the values in its argument are integers 0 or 1.

Usage

1

Arguments

bin_chains

A two dimensional matrix.

Details

This function checks every row and column element of its argument to see if they contain either the integer values 0 or 1.

Examples

1
2
3
4
5

cwcartmell/maRkov documentation built on May 14, 2019, 1:37 p.m.