NeuroVecSource {neuroim2} | R Documentation |
NeuroVecSource
Description
This function constructs a NeuroVecSource object, which represents the source of a four-dimensional brain image.
Usage
NeuroVecSource(file_name, indices = NULL, mask = NULL)
Arguments
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 |
Details
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.
Value
An instance of the NeuroVecSource
class.
[Package neuroim2 version 0.8.1 Index]