Read a NIfTI-1 format file
This function reads one or more NIfTI-1 files into R, using the standard
NIfTI-1 C library. It extends the equivalent function from the RNifti
package with source and target image parameters.
readNifti(file, source = NULL, target = NULL, internal = FALSE)
file |
A character vector of file names. |
source, target |
If the specified |
internal |
Logical value. If |
An array or internal image, with class "niftiImage"
, and
possibly also "internalImage"
.
Jon Clayden <code@clayden.org>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.