preorder {simplextree}R Documentation

Generates a preorder traversal on the simplex tree.

Description

Generates a preorder traversal on the simplex tree.

Usage

preorder(st, sigma = NULL)

Arguments

st

the simplex tree to traverse.

sigma

simplex to start the traversal at.


[Package simplextree version 1.0.1 Index]