indices,IndexLookupVol-method | R Documentation |
Retrieves the vector of indices that are included in the lookup volume.
## S4 method for signature 'IndexLookupVol'
indices(x)
## S4 method for signature 'ROIVol'
indices(x)
## S4 method for signature 'ROIVec'
indices(x)
## S4 method for signature 'AbstractSparseNeuroVec'
indices(x)
x |
An |
An integer vector containing the indices of included voxels
## Not run:
ilv <- IndexLookupVol(space, c(1:100))
idx <- indices(ilv) # Get included indices
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.