level_order {simplextree}R Documentation

Generates a level order traversal on the simplex tree.

Description

Generates a level order traversal on the simplex tree.

Usage

level_order(st, sigma = NULL)

Arguments

st

the simplex tree to traverse.

sigma

simplex to start the traversal at.


[Package simplextree version 1.0.1 Index]