read.fs.morph.nii: Read morphometry data from FreeSurfer NIFTI format files, determine NIFTI version automatically.
Description
Read morphometry data from FreeSurfer NIFTI format files, determine NIFTI version automatically.
Usage
read.fs.morph.nii(filepath)
Value
numeric vector, the morphometry data
Arguments
- filepath
path to a file in FreeSurfer NIFTI v1 or v2 format, potentially with the FreeSurfer hack for v1. See read.nifti1.data
and read.nifti2.data
for details.