xyzt2st: xyzt2st

Description Usage Arguments Value See Also Examples

View source: R/niftiFMRI.R

Description

Extract space and time dimension codes from the one byte xyzt.units field of a NIFTI header file.

Usage

1
xyzt2st(xyzt.units)

Arguments

xyzt.units

xyzt.units field of a NIFTI header file

Value

A list containing space and time fields.

See also the Value Section of the help file of function st2xyzt().

See Also

st2xyzt

Examples

1
2
xyzt.units <- f.read.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))$xyzt.units
xyzt2st(xyzt.units)

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