Learn R Programming

mstclustering (version 1.0.0.0)

is.same.set: is.same.set

Description

Check if two elements are in the same set

Usage

is.same.set(i, j, ufds)

Arguments

i

The first element in the tuple.

j

The second element in the tuple.

ufds

A data.table representing a UFDS.

Value

TRUE if the elements are in the same set, FALSE otherwise.