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
). Value
For dumpNifti
, a list of class "niftiHeader"
, with
named components corresponding to the elements in a raw NIfTI-1 file.