coface_roots: Generates a coface roots traversal on the simplex tree.

Description Usage Arguments

View source: R/simplex_tree.R

Description

The coface roots of a given simplex sigma are the roots of subtrees in the trie whose descendents (including the roots themselves) are cofaces of sigma. This traversal is more useful when used in conjunction with other traversals, e.g. a preorder or level_order traversal at the roots enumerates the cofaces of sigma.

Usage

1

Arguments

st

the simplex tree to traverse.

sigma

simplex to start the traversal at.


simplextree documentation built on Sept. 13, 2020, 5:06 p.m.