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.
Usage
# S4 method for SparseNeuroVol,numeric
Compare(e1, e2)
# S4 method for numeric,SparseNeuroVol
Compare(e1, e2)