Description
Constructs the Vietoris-Rips complex.
Usage
rips(d, eps = enclosing_radius(d), dim = 1L, filtered = FALSE)
Arguments
dim
maximum dimension to construct up to. Defaults to 1 (edges only).
filtered
whether to construct the filtration. Defaults to false. See details.