k_simplices {simplextree}R Documentation

Generates a traversal on the k-simplices of the simplex tree.

Description

Generates a traversal on the k-simplices of the simplex tree.

Usage

k_simplices(st, k, sigma = NULL)

Arguments

st

the simplex tree to traverse.

k

the dimension of the skeleton to include.

sigma

simplex to start the traversal at.


[Package simplextree version 1.0.1 Index]