View source: R/nifti2_extensions.R
| nifti2.get.extension | R Documentation |
Retrieve one header extension from a NIFTI v2 header, by its extension code. See nifti2.extension for details on header extensions.
nifti2.get.extension(niiheader, ecode)
niiheader |
named list, a NIFTI v2 header as returned by |
ecode |
integer, the extension code to search for. The CIFTI2 XML metadata uses code |
the extension (a named list with entries 'ecode' and 'content', see nifti2.extension), or NULL if the header contains no extension with this code.
nifti2.extension.text
Other nifti2 extensions:
nifti2.extension(),
nifti2.extension.content(),
nifti2.extension.size(),
nifti2.extension.text()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.