find_all_neighbors: find all neighbors in a surface mesh within a radius

Description Usage Arguments

View source: R/neighborhood.R

Description

find all neighbors in a surface mesh within a radius

Usage

1
2
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 set of nodes to find neighbors of

distance_type

the distance metric to use


bbuchsbaum/neurosurf documentation built on April 6, 2021, 10:08 a.m.