Write header and data to a file in NIFTI v2 format.
write.nifti2(filepath, niidata, niiheader = NULL)
the file to write. The extension should be '.nii' or '.nii.gz'.
array of numeric or integer data, with up to 7 dimensions. Will be written to the file with the datatype and bitpix specified in the 'niiheader' argument.
an optional NIFTI v2 header that is suitable for the passed 'niidata'. If not given, one will be generated with ni2header.for.data
.
Other nifti2 writers:
write.fs.morph.ni2()