computeDVARS.Rd
compute the DVARS quality control metric
computeDVARS(boldMatrix)
matrix of bold signal
DVARS vector.
Tustison NJ, Avants BB
mat <- matrix(c(0, 1, 2, 0, 0, 1, 2, 2, 2), ncol = 3) dv <- computeDVARS(mat)