Created
March 22, 2013 15:33
-
-
Save muschellij2/5222214 to your computer and use it in GitHub Desktop.
Reading in Neuroimaging Data R
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(oro.nifti) | |
img <- readNIfTI("MNI152_T1_2mm_brain.nii.gz") | |
image(x, z=40, plot.type="single") | |
arr <- [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment