simplify_rc_table: Remove (r,c) pairs without ancestors/descendants, and impose...

Description Usage Arguments

View source: R/simplify_rc_table.R

Description

Remove (r,c) pairs without ancestors/descendants, and impose basal dominance

Usage

1
simplify_rc_table(rc_table, rc_relations, rowDescendants, colDescendants)

Arguments

rc_table

see make_rc_table

rc_relations

see get_rc_relations

rowDescendants

List of descendants made from edge_registry. Element i contains all edges descendant from edge i in the row tree

colDescendants

List of descendants made from edge_registry. Element j contains all edges descendant from edge j in the column tree


reptalex/dendromap documentation built on April 19, 2021, 5:13 a.m.