an \(n\) by \(d\) matrix of coordinates, used by the function FUN, where \(n\) is the number of points stored in X and \(d\) is the dimension of the space.
Currently \(d\) should be 3.
library
a string specifying which library to compute the Alpha Shape filtration. The user can use the library "GUDHI", and is also the default value.
printProgress
if TRUE, a progress bar is printed. The default value is FALSE.
Value
The function alphaShapeFiltration returns a list with the following elements:
cmplx
a list representing the complex. Its i-th element represents the vertices of i-th simplex.
values
a vector representing the filtration values. Its i-th element represents the filtration value of i-th simplex.
increasing
a logical variable indicating if the filtration values are in increasing order (TRUE) or in decreasing order (FALSE).
coordinates
a matrix representing the coordinates of vertices. Its i-th row represents the coordinate of i-th vertex.
Details
The function alphaShapeFiltration constructs the alpha shape filtration, using the C++ library GUDHI.
See refereneces.