NeuroSurfaceSource-class | R Documentation |
A class that is used to produce a NeuroSurface
instance
NeuroSurfaceSource(
surface_geom,
surface_data_name,
colind = NULL,
nodeind = NULL
)
surface_geom |
the name of the file containing the surface geometry or a |
surface_data_name |
the name of the file containing the data values to be mapped to the surface. |
colind |
the subset of column indices to load from surface data matrix (if provided) |
nodeind |
the subset of node indices to load from surface data matrix (if provided) |
geometry
a SurfaceGeometry
instance
data_meta_info
a SurfaceDataMetaInfo
instance
colind
the column index of the surface map to be loaded.
nodeind
the node indices of the surface map to be loaded.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.