Usage
## S3 method for class 'dtiData':
extract(x,
what=c("data","gradient","btb","s0","sb","siq"),
xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dtiTensor':
extract(x, what=c("tensor", "fa", "ga", "md", "evalues",
"andir", "s0", "mask", "bic", "aic", "outlier"),
xind=TRUE, yind=TRUE, zind=TRUE, mc.cores = setCores(, reprt = FALSE))
## S3 method for class 'dwiMixtensor':
extract(x, what=c("andir", "order", "ev", "mix", "s0",
"mask", "fa", "eorder", "bic", "aic"), xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dtiIndices':
extract(x, what=c("fa", "andir", "ga", "md", "bary"),
xind=TRUE, yind=TRUE, zind=TRUE)
## S3 method for class 'dwiQball':
extract(x, what=c("sphcoef", "s0", "mask", "bic", "aic",
"outlier"), 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 'dkiTensor':
[(x, i, j, k, drop=FALSE)
## S3 method for class 'dkiIndices':
[(x, i, j, k, drop=FALSE)
## S3 method for class 'dwiQball':
[(x, i, j, k, drop=FALSE)