SurfaceSearchlight | R Documentation |
Create a Searchlight iterator for surface mesh using geodesic distance to define regions.
SurfaceSearchlight(
surfgeom,
radius = 8,
nodeset = NULL,
distance_type = c("euclidean", "geodesic", "spherical")
)
surfgeom |
a surface mesh: instance of class |
radius |
radius of the searchlight as a geodesic distance in mm |
nodeset |
the subset of surface nodes to use |
distance_type |
the distance metric to use |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.