Learn R Programming

oro.nifti (version 0.1.4)

reorient: reorient

Description

Transforms in the NIfTI header are parsed and normalized versions of these transforms are applied.

Usage

reorient(nim, data, verbose=FALSE, invert=FALSE)
inverseReorient(nim, verbose=FALSE)

Arguments

nim
is an object of class nifti.
data
is an array associated with nim.
verbose
is a logical variable (default = FALSE) that allows text-based feedback during execution of the function. FALSE).
invert
stores the inverse transform.

Details

This function utilizes the performPermutation function internally.

See Also

performPermutation