count_neighbors: Neighbors function - finds number of neighbors for each point...

View source: R/tau_bound.R

count_neighborsR Documentation

Neighbors function - finds number of neighbors for each point in point cloud.

Description

Neighbors function - finds number of neighbors for each point in point cloud.

Usage

count_neighbors(v_list, complex)

Arguments

v_list

2 or 3 column matrix

complex

simplicial complex object

Value

n_list vector where each entry is number of neighbors for a point


ashapesampler documentation built on May 29, 2024, 3:22 a.m.