f.read.nifti.volume {AnalyzeFMRI} | R Documentation |
Reads the NIFTI image format .img file into an array.
f.read.nifti.volume(file)
file |
The location of the .img file to be read |
An array with the appropriate dimensions containing the image volume. A print out of the file information is also given. The function assumes that the corresponding .hdr file is in the same directory as the .img file.
f.read.nifti.slice
,
f.read.nifti.slice.at.all.timepoints
,
f.read.nifti.ts
a<-f.read.nifti.volume(system.file("example-nifti.img", package="AnalyzeFMRI")) dim(a)