Learn R Programming

RNiftyReg (version 2.0.0)

writeNifti: Write a NIfTI-1 format file

Description

This function writes an image to NIfTI-1 format, using the standard NIfTI-1 C library.

Usage

writeNifti(image, file, template = NULL, datatype = "auto")

Arguments

image
An image, in any acceptable form (see isImage).
file
A character string containing a file name.
template
An optional template object to derive NIfTI-1 properties from. Passed to updateNifti if image is an array.
datatype
The NIfTI datatype to use when writing the data out. The default, "auto" uses the R type or, for internal images, the original datatype. Other possibilities are "float", "int16", etc., which may be preferred to

References

The NIfTI-1 standard (http://nifti.nimh.nih.gov/nifti-1).

See Also

readNifti, updateNifti