write.nifti1 | R Documentation |
Write header and data to a file in NIFTI v1 format.
write.nifti1(filepath, niidata, niiheader = NULL, ...)
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. Set to ‘NULL' and pass a ’niiheader' to write only the header, and remember to adapt 'magic' in the header. |
niiheader |
an optional NIFTI v1 header that is suitable for the passed 'niidata'. If not given, one will be generated with |
... |
additional parameters passed to |
Other nifti1 writers:
write.fs.morph.ni1()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.