Description Usage Arguments Value Note Examples
NiftiArray, a HDF5Array::HDF5Array with a header.
1 2 3 4 5 6 7 8 |
filepath |
The path (as a single character string) to the NIfTI or HDF5
file where the dataset is located. If a path to the NIfTI is provided we call
|
name |
The name of the group for the NIfTI image in the HDF5 file. Default is set to "image". Unless you have to other "image" groups in the HDF5 file there is no need to change default settings. |
header_name |
The name of the group for the NIfTI header in the HDF5 file. Default is set to "header". Unless you have to other "header" groups in the HDF5 file there is no need to change default settings. |
type |
|
header |
List of NIfTI header information to override call of nifti_header. |
extendible |
Should a single empty dimension be added to the array? Currently necessary for easy reshaping. |
A NiftiArray
object
All the operations available for HDF5Array::HDF5Array objects work on NiftiArray objects.
1 2 3 4 5 | nii_fname = system.file("extdata",
"example.nii.gz", package = "RNifti")
res = NiftiArray(nii_fname)
res2 = NiftiArray(slot(slot(res, "seed"), "filepath"))
res2 = NiftiArray(slot(res, "seed"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.