Rdocumentation
powered by
Learn R Programming
RNifti (version 0.2.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
retrieveNifti
).
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
).