mri_info {freesurfer} | R Documentation |
MRI information
Description
This calls Freesurfer's mri_info
Usage
mri_info(file, ...)
Arguments
file |
File to pass to |
... |
Additional arguments to pass to |
Value
Result of fs_cmd
, which type depends on
arguments to ...
Examples
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)
}
[Package freesurfer version 1.6.10 Index]