Compare,SparseNeuroVol,numeric-method | R Documentation |
This method compares the data of a SparseNeuroVol object (e1
) with a numeric value (e2
) using a generic comparison function.
This method compares a numeric value (e1
) with the data of a SparseNeuroVol object (e2
) using a generic comparison function.
This method compares two NeuroVec objects (e1
and e2
) using a generic comparison function.
The dimensions of both objects are checked for compatibility before performing the comparison.
## 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 |
A NeuroVec object to be compared. |
e2 |
A NeuroVec object to be compared. |
The result of the comparison between the SparseNeuroVol object's data and the numeric value.
The result of the comparison between the numeric value and the SparseNeuroVol object's data.
The result of the comparison between e1
and e2
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.