Extract Surface Node Numbers
Source:R/all_generic.R, R/geometry.R, R/neuro_surface.R
nodes-methods.RdRetrieves the node numbers from a surface object.
Usage
nodes(x)
# S4 method for class 'SurfaceGeometry'
nodes(x)
# S4 method for class 'NeuroSurface'
nodes(x)
# S4 method for class 'NeuroSurfaceVector'
nodes(x)Examples
geom <- example_surface_geometry()
nodes(geom)
#> [1] 1 2 3 4