powered by
This calls Freesurfer's mri_info
mri_info
mri_info(file, ...)
File to pass to mri_info
Additional arguments to pass to fs_cmd
fs_cmd
Result of fs_cmd, which type depends on arguments to ...
...
# NOT RUN { if (have_fs() && requireNamespace("oro.nifti", quietly = TRUE)){ img = oro.nifti::nifti(array(rnorm(5*5*5), dim = c(5,5,5))) mri_info(img) } # }
Run the code above in your browser using DataLab