Learn R Programming

MapperAlgo (version 1.0.3)

simplcial_complex: 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
)

Value

An adjacency matrix representing the simplicial complex.

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.