f.read.analyze.tpt | R Documentation |
Given a 4D ANALYZE .img/.hdr image pair this function can read in the 3D volume of measurements at a specific time point.
f.read.analyze.tpt(file, tpt)
file |
The .img file. |
tpt |
The time point to read in. |
Given a 4D ANALYZE .img/.hdr image pair this function can read in the 3D volume of measurements at a specific time point.
A 3D array containing the volume.
f.read.analyze.slice
,
f.read.analyze.slice.at.all.timepoints
,
f.write.analyze
,
a <- f.read.analyze.tpt(system.file("example.img", package = "AnalyzeFMRI"), 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.