degree {simplextree} | R Documentation |
The vertex degree.
Description
Returns the number of edges (degree) for each given vertex id.
Usage
degree(st, vertices)
Arguments
st |
a simplex tree. |
vertices |
the vertex ids to check the degree of. |
[Package simplextree version 1.0.1 Index]