cutroi {fmri}R Documentation

I/O function

Description

This functions cuts a region-of-interest (ROI) from input data.

Usage

cutroi(data, xind = 1:data$dim[1], yind = 1:data$dim[2], zind = 1:data$dim[3], tind = 1:data$dim[4])

Arguments

data Object of class fmridata.
xind list of roi-indices for first data index
yind list of roi-indices for second data index
zind list of roi-indices for third data index
tind list of roi-indices for 4th data index

Details

Cut a region of interest from frmidata.

Value

Corresponding cutted fmridata object.

Author(s)

Karsten Tabelow tabelow@wias-berlin.de

See Also

read.AFNI, read.ANALYZE, read.NIFTI

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--    or do  help(data=index)  for the standard data sets.


[Package fmri version 1.2-6 Index]