Last chance! 50% off unlimited learning
Sale ends in
"dtiData"
, "dtiTensor"
, and "dtiIndices"
. This can be restricted to a subset of voxel.## S3 method for class 'dtiData':
extract(x, what="data", xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dtiTensor':
extract(x, what="tensor", xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dtiIndices':
extract(x, what=c("fa","andir"), xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dwiQball':
extract(x, what="sphcoef", xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dtiData':
[(x, i, j, k, drop=FALSE)
## S3 method for class 'dtiTensor':
[(x, i, j, k, drop=FALSE)
## S3 method for class 'dtiIndices':
[(x, i, j, k, drop=FALSE)
## S3 method for class 'dwiQball':
[(x, i, j, k, drop=FALSE)
dti
extract
a list with components carrying the names of the options specified in
argument what
. For indexing function, the cutted object.dtiData
,
dtiTensor
,
dtiIndices
dwiQball