Description Usage Arguments Value
Generic function to convert N-dimensional grid coordinate to 1D indices
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | gridToIndex(x, coords)
## S4 method for signature 'BrainSlice,matrix'
gridToIndex(x, coords)
## S4 method for signature 'BrainSpace,matrix'
gridToIndex(x, coords)
## S4 method for signature 'BrainSpace,numeric'
gridToIndex(x, coords)
## S4 method for signature 'BrainVolume,matrix'
gridToIndex(x, coords)
## S4 method for signature 'BrainVolume,numeric'
gridToIndex(x, coords)
|
x |
the object, typically a |
coords |
a matrix where each row is a coordinate or a vector of length equal to |
a vector of indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.