write.nifti2: Write header and data to a file in NIFTI v2 format.

Description Usage Arguments See Also

View source: R/write_nifti2.R

Description

Write header and data to a file in NIFTI v2 format.

Usage

1
write.nifti2(filepath, niidata, niiheader = NULL)

Arguments

filepath

the file to write. The extension should be '.nii' or '.nii.gz'.

niidata

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.

niiheader

an optional NIFTI v2 header that is suitable for the passed 'niidata'. If not given, one will be generated with ni2header.for.data.

See Also

Other nifti2 writers: write.fs.morph.ni2()


freesurferformats documentation built on Feb. 11, 2022, 5:06 p.m.