union_find {simplextree} | R Documentation |
UnionFind
Description
Union find structure exposed as an Rcpp Module.
Usage
union_find(n = 0L)
Arguments
n |
Number of elements in the set. |
Value
A disjoint set, as a Rcpp_UnionFind
object (Rcpp module).
Methods
- $
print.simplextree
S3 method to print a basic summary of the simplex tree.
Author(s)
Matt Piekenbrock
[Package simplextree version 1.0.1 Index]