Learn R Programming

agop (version 0.1-4)

is_total: Check if Given Adjacency Matrix is Total

Description

A binary relation R is total, iff for all x, y we have \(xRy\) or \(yRx\).

Usage

is_total(B)

Arguments

B

object of class igraph or a square 0-1 matrix of class Matrix or matrix

Value

single logical value

See Also

Other binary_relations: closure_total_fair; closure_transitive; de_transitive; get_equivalence_classes; get_incomparable_pairs; get_independent_sets; is_reflexive; is_transitive; pord_weakdom; rel_graph