coord_to_index | R Documentation |
convert n-dimensional real world coordinates to 1D indices
coord_to_index(x, coords)
## S4 method for signature 'NeuroSpace,matrix'
coord_to_index(x, coords)
## S4 method for signature 'NeuroSpace,numeric'
coord_to_index(x, coords)
## S4 method for signature 'NeuroVol,matrix'
coord_to_index(x, coords)
x |
the object |
coords |
a matrix of real world coordinates |
a vector of indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.