Learn R Programming

simplextree (version 1.0.1)

union_find: 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.