find_all_neighbors: find node neighbors

View source: R/neighborhood.R

find_all_neighborsR Documentation

find node neighbors

Description

find all neighbors in a surface mesh within a radius

Usage

find_all_neighbors(
  surf,
  radius,
  edgeWeights,
  nodes = NULL,
  distance_type = c("euclidean", "geodesic", "spherical")
)

Arguments

surf

the SurfaceGeometry object

radius

the spatial radius to search within

edgeWeights

the set of edgeWeights used to compute distances

nodes

the subset of nodes to find neighbors of. If 'NULL' use all nodes.

distance_type

the distance metric to use


bbuchsbaum/neurosurf documentation built on Aug. 29, 2024, 10:53 a.m.