| f.read.analyze.ts {AnalyzeIO} | R Documentation |
Given a 4D ANALYZE .img/.hdr image pair this function can read in the time series from a specified position in 3D into a vector.
f.read.analyze.ts(file, x, y, z)
file |
The .img file |
Given a 4D ANALYZE .img/.hdr image pair this function can read in the time series from a specified position in 3D into a vector.
A vector containing the time series
f.read.analyze.slice,
f.read.analyze.slice.at.all.timepoints,
f.write.analyze,
f.read.analyze.ts("./AnalyzeIO/example.img",30,30,10)