NeuroVecSource | R Documentation |
This function constructs a NeuroVecSource object, which represents the source of a four-dimensional brain image.
NeuroVecSource(file_name, indices = NULL, mask = NULL)
file_name |
The name of the 4-dimensional image file. |
indices |
An optional integer vector specifying the subset of volume indices to load. If not provided, all volumes will be loaded. |
mask |
An optional logical array or |
If a mask
is supplied, it should be a LogicalNeuroVol
or
NeuroVol
instance. If the latter, then the mask will be defined by
nonzero elements of the volume.
An instance of the NeuroVecSource
class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.