count_neighbors {ashapesampler}R 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


[Package ashapesampler version 1.0.0 Index]