voxdim | R Documentation |
Grabs the pixdim and takes the correct elements
voxdim(img)
img |
nifti object |
Vector of length 3
nim <- nifti(array(rnorm(10^3), dim = c(5, 2, 100)), pixdim = c(1, 0.5, 0.2, 1)) voxdim(nim)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.