mat34.to.TZSR {AnalyzeFMRI}R Documentation

Affine 4x4 (or 3x4) matrix to Translation, Scale, Shear and Rotation

Description

Extract in that order Translation, Scale, Shear and Rotation from a 4x4 (or 3x4) affine matrix from a NIFTI header list (srow.x, srow.y, srow.z).

Usage

mat34.to.TZSR(M)

Arguments

M the affine matrix

Value

A list containing Translation, Scale, Shear and Rotation.

See Also

R2Q Q2R mat34.to.TRSZ


[Package AnalyzeFMRI version 1.1-11 Index]