simplcial_complex: Construct adjacency matrix of the simplicial complex

View source: R/SimplicialComplex.R

simplcial_complexR Documentation

Construct adjacency matrix of the simplicial complex

Description

Construct adjacency matrix of the simplicial complex

Usage

simplcial_complex(
  filter_values,
  vertex_index,
  num_levelsets,
  num_intervals,
  vertices_in_level_set,
  points_in_vertex
)

Arguments

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.

Value

An adjacency matrix representing the simplicial complex.


MapperAlgo documentation built on June 21, 2025, 9:08 a.m.