normalize | R Documentation |
This function normalized the image by the mean and standard deviation by intensities of voxels in the mask. In SuBLIME the mask is normal appearing white matter
normalize(image, mask = NULL)
image |
3D Array or object of class nifti |
mask |
Mask with same dimensions. If NULL, then original image is returned |
Object of class nifti or array, depending on image input
## Not run:
## put in ex here
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.