Learn R Programming

RNiftyReg (version 2.0.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)

Arguments

image
An image, in any acceptable form (see isImage).

Value

  • A list 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).