nifti.quatern.to.mat44: Quaternion (etc..) to affine 4x4 matrix

Description Usage Arguments Value See Also Examples

View source: R/niftiFMRI.R

Description

Generate a 4x4 affine matrix from a NIFIT header list.

Usage

1

Arguments

L

a NIFTI header list

Value

The 4x4 affine matrix.

See Also

R2Q Q2R

Examples

1
2
L <- f.read.nifti.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))
nifti.quatern.to.mat44(L)

AnalyzeFMRI documentation built on Oct. 5, 2021, 5:06 p.m.