Learn R Programming

fslr (version 1.9.2.1)

readNIfTI2: readNIfTI with default non-reoirientation

Description

This function calls the readNIfTI function from the oro.nifti package, but sets the reorientation to FALSE by default

Usage

readNIfTI2(..., reorient = FALSE)
readnii(..., reorient = FALSE, dtype = TRUE, drop_dim = TRUE, warn = FALSE)

Arguments

...
Arguments to pass to readNIfTI
reorient
Reorientation argument to pass to readNIfTI
dtype
Should datatyper be run after reading?
drop_dim
Should drop_img_dim be run after reading?
warn
Should warnings from readNIfTI be printed? If not, suppressWarnings is called. Also passed to datatyper

Value

nifti object