k_skeleton {simplextree}R Documentation

Generates a k-skeleton traversal on the simplex tree.

Description

Generates a k-skeleton traversal on the simplex tree.

Usage

k_skeleton(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]