f.read.header | R Documentation |
Reads the ANALYZE or NIFTI image format .hdr (or .nii) header file into a list. The format type is determined by first reading the magic field.
f.read.header(file)
file |
The .hdr file to be read |
A list containing the information in the fields of the .hdr (.nii) file. See f.read.analyze.header of f.read.nifti.header to have the list of values.
f.read.analyze.header
f.read.nifti.header
f.read.header(system.file("example.hdr", package = "AnalyzeFMRI"))
f.read.header(system.file("example-nifti.hdr", package = "AnalyzeFMRI"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.