| f.read.nifti.slice.at.all.timepoints | R Documentation | 
Reads in a slice of a .img or .nii file at all time points into an array
f.read.nifti.slice.at.all.timepoints(file, slice)
| file | 
 | 
| slice | 
 | 
An array containing the slice at all time points
f.read.nifti.slice,
f.read.nifti.ts,
f.read.nifti.volume
a <- f.read.nifti.slice.at.all.timepoints(system.file("example-nifti.img",
                                             package = "AnalyzeFMRI"), 10)
dim(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.