Learn R Programming

RNiftyReg (version 2.3.0)

dumpNifti: Dump the contents of an internal NIfTI-1 object

Description

This function extracts the contents of an internal NIfTI-1 object into an R list. No processing is done to the elements.

Usage

dumpNifti(image)
"print"(x, ...)

Arguments

image
An image, in any acceptable form (see isImage).
x
A "niftiHeader" object.
...
Ignored.

Value

For dumpNifti, a list of class "niftiHeader", with named components corresponding to the elements in a raw NIfTI-1 file.

References

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