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