Methods for comparing neuroimaging objects.
All volume comparisons return LogicalNeuroVol objects
that preserve spatial metadata.
Usage
# S4 method for class 'DenseNeuroVol,DenseNeuroVol'
Compare(e1, e2)
# S4 method for class 'DenseNeuroVol,numeric'
Compare(e1, e2)
# S4 method for class 'numeric,DenseNeuroVol'
Compare(e1, e2)
# S4 method for class 'SparseNeuroVol,numeric'
Compare(e1, e2)
# S4 method for class 'numeric,SparseNeuroVol'
Compare(e1, e2)
# S4 method for class 'NeuroVec,NeuroVec'
Compare(e1, e2)Value
A LogicalNeuroVol for volume comparisons.