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

View source: R/niftiFMRI.R

nifti.quatern.to.mat44R Documentation

Quaternion (etc..) to affine 4x4 matrix

Description

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

Usage

nifti.quatern.to.mat44(L)

Arguments

L

a NIFTI header list

Value

The 4x4 affine matrix.

See Also

R2Q Q2R

Examples

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

AnalyzeFMRI documentation built on June 23, 2026, 5:07 p.m.