Learn R Programming

ANTsR (version 0.3.3)

computeDVARSspatialMap: computeDVARSspatialMap

Description

compute the DVARS quality control metric at every voxel

Usage

computeDVARSspatialMap(boldMatrix)

Arguments

boldMatrix
matrix of bold signal

Value

DVARS spatial vector.

Examples

Run this code

 mat <- matrix(c(0,1,2,0,0,1,2,2,2),ncol=3)
 dv<-computeDVARSspatialMap(mat)

Run the code above in your browser using DataLab