| Compare-methods | R Documentation |
Methods for comparing neuroimaging objects.
All volume comparisons return LogicalNeuroVol objects
that preserve spatial metadata.
## S4 method for signature 'DenseNeuroVol,DenseNeuroVol'
Compare(e1, e2)
## S4 method for signature 'DenseNeuroVol,numeric'
Compare(e1, e2)
## S4 method for signature 'numeric,DenseNeuroVol'
Compare(e1, e2)
## S4 method for signature 'SparseNeuroVol,numeric'
Compare(e1, e2)
## S4 method for signature 'numeric,SparseNeuroVol'
Compare(e1, e2)
## S4 method for signature 'NeuroVec,NeuroVec'
Compare(e1, e2)
e1, e2 |
Neuroimaging objects or numeric values. |
A LogicalNeuroVol for volume comparisons.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.