I/O function
This functions cuts a region-of-interest (ROI) from input data.
cutroi(data, xind = 1:data$dim[1], yind = 1:data$dim[2], zind = 1:data$dim[3], tind = 1:data$dim[4])
data
: Object of class fmridata.xind
: vector of roi-indices for first data indexyind
: vector of roi-indices for second data indexzind
: vector of roi-indices for third data indextind
: vector of roi-indices for 4th data indexCut a region of interest from frmidata.
Corresponding cut fmridata object.
Karsten Tabelow tabelow@wias-berlin.de
read.AFNI
, read.ANALYZE
, read.NIFTI
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets.