Description Usage Arguments Value Examples
Gets pixdim from an antsImage
1 2  | ## S4 method for signature 'antsImage'
pixdim(object)
 | 
object | 
 is an antsImage  | 
Vector of numeric values
1 2 3 4  | library(ANTsRCore)
fn <- getANTsRData( "r16" )
fi <- antsImageRead( fn )
pixdim(fi)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.