oro2ants | R Documentation |
NIfTI data can be converted between nifti
(from the oro.nifti package) and antsImage
objects.
oro2ants(img, reference = NULL, cleanup = TRUE, ...)
img |
Object of class |
reference |
Object of class |
cleanup |
temporary files are deleted after they are read in |
... |
arguments passed to |
Object of class antsImage
arr = array(rnorm(20^3), dim = rep(20, 3))
img = oro.nifti::nifti(arr)
oro2ants(img)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.