powered by
Retrieves the vector of indices that are included in the lookup volume.
# S4 method for IndexLookupVol indices(x)# S4 method for ROIVol indices(x)# S4 method for ROIVol indices(x)# S4 method for ROIVec indices(x)# S4 method for AbstractSparseNeuroVec indices(x)
# S4 method for ROIVol indices(x)
# S4 method for ROIVec indices(x)
# S4 method for AbstractSparseNeuroVec indices(x)
the indices of the lookup volume
An IndexLookupVol object
IndexLookupVol
space <- NeuroSpace(c(64, 64, 64), c(1, 1, 1), c(0, 0, 0)) ilv <- IndexLookupVol(space, c(1:100)) idx <- indices(ilv) # Get included indices
Run the code above in your browser using DataLab