expand: k-expansion.

Description Usage Arguments

View source: R/simplex_tree.R

Description

Performs a k-expansion on the 1-skeleton of the complex, adding k-simplices if all combinations of edges are included. Because this operation uses the edges alone to infer the existence of higher order simplices, the expansion assumes the underlying complex is a flag complex.

Usage

1
expand(st, k = 2)

Arguments

st

a simplex tree.

k

the target dimension of the expansion.


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