IndexLookupVolume-class {neuroim} | R Documentation |
IndexLookupVolume
Description
Three-dimensional brain image that can be used as a map between 1D grid indices and a table of values
Currently used in the SparseBrainVector
class.
IndexLookupVolume
Usage
IndexLookupVolume(space, indices)
Arguments
space |
a BrainSpace object |
indices |
the set of 1-d indices defining the lookup map |
[Package neuroim version 0.0.6 Index]