xyzt2st {AnalyzeFMRI} | R Documentation |
Extract space and time dimensions fields from the one byte xyzt.units field of a NIFTI header file.
xyzt2st(xyzt.units)
xyzt.units |
xyzt.units field of a NIFTI header file |
A list containing space and time fields.
xyzt.units <- f.read.header(system.file("example-nifti.hdr", package="AnalyzeFMRI"))$xyzt.units xyzt2st(xyzt.units)