| build_vr_filtration | R Documentation |
Vietoris-Rips Filtration: Get the boundary matrix and its reduction information in matrix form
build_vr_filtration(points, eps_max)
points |
Data point input. |
eps_max |
Maximum scale (epsilon). |
A list of simplices with their information.
points <- matrix(c(0, 1, 1, 0, 0, 0, 1, 1), ncol = 2)
filtration <- build_vr_filtration(points, eps_max=1.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.