| coordinateImages | R Documentation | 
This function will return n-dimensionality coordinate images that encode the spatial ITK coordinates of the image domain.
coordinateImages(mask, physicalCoordinates = TRUE)
mask | 
 defining wherein we create coordinates  | 
physicalCoordinates | 
 boolean select index or phyiscal coordinates  | 
list of coordinate images
Avants BB
library(ANTsR) img <- ri( 1 ) coords = coordinateImages( img * 0 + 1, TRUE )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.