SimplexTree.skeleton
=None, sigma=[]) SimplexTree.SimplexTree.skeleton(p
Returns the simplices in the p-skeleton of sigma
.
Note that, when dim(sigma
) <= p
, sigma
is included in the skeleton.
Parameters
Name | Type | Description | Default |
---|---|---|---|
p | Optional[int] | the dimension of the skeleton. | None |
sigma | Collection | the simplex to obtain cofaces of. Defaults to the empty set (root node). | [] |
Returns
Name | Type | Description |
---|---|---|
list | Iterable[Collection] | the simplices in the p-skeleton of sigma . |