Description Usage Arguments Details Value See Also Examples
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).
1 |
M |
the affine matrix |
Decomposes M using the convention: M = translation * scale * skew * rotation. Be careful that rotation can be improper.
A list containing Translation, Scale, Shear and Rotation. Rotation decomposition is also provided (rotation = RotZ*RotY*RotX*Ref where Ref is a Reflexion if the rotation is improper or is Identity if the rotation is proper).
1 2 3 | L <- f.read.nifti.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))
M <- rbind(L$srow.x,L$srow.y,L$srow.z)
mat34.to.TZSR(M)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.