Learn R Programming

agop (version 0.1-3)

closure_total_fair: Total Closure of Adjacency Matrix [Fair Totalization]

Description

Fair totalization: for each pair (x,y) s.t. not xRy and not xRy let from now on xRy and yRx

Usage

closure_total_fair(B)

Arguments

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

Value

  • object of class Matrix

Details

If you want a total preorder, call closure_transitive.

See Also

Other binary_relations: closure_transitive, de_transitive, get_equivalence_classes, get_incomparable_pairs, get_independent_sets, is_reflexive, is_total, is_transitive, pord_weakdom, rel_graph