grid_to_coord | R Documentation |
Generic function to convert N-dimensional grid coordinate coordinates to real world coordinates
grid_to_coord(x, coords)
## S4 method for signature 'NeuroSpace,matrix'
grid_to_coord(x, coords)
## S4 method for signature 'NeuroSpace,numeric'
grid_to_coord(x, coords)
## S4 method for signature 'NeuroVol,matrix'
grid_to_coord(x, coords)
x |
the object |
coords |
a matrix of grid coordinates |
a matrix of real coordinates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.