powered by
Extract space and time dimension codes from the one byte xyzt.units field of a NIFTI header file.
xyzt2st(xyzt.units, verbose = TRUE)
A list containing space and time fields.
See also the Value Section of the help file of function st2xyzt().
xyzt.units field of a NIFTI header file
verbose logical to display information about the units
verbose
st2xyzt
xyzt.units <- f.read.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))$xyzt.units xyzt2st(xyzt.units)
Run the code above in your browser using DataLab