View source: R/SimplicialComplex.R
simplcial_complex | R Documentation |
Construct adjacency matrix of the simplicial complex
simplcial_complex(
filter_values,
vertex_index,
num_levelsets,
num_intervals,
vertices_in_level_set,
points_in_vertex
)
filter_values |
A matrix of filter values. |
vertex_index |
The number of vertices. |
num_levelsets |
The total number of level sets. |
num_intervals |
A vector representing the number of intervals for each filter. |
vertices_in_level_set |
A list where each element contains the vertices corresponding to each level set. |
points_in_vertex |
A list where each element contains the points corresponding to each vertex. |
An adjacency matrix representing the simplicial complex.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.