Compare-methods: Compare a SparseNeuroVol object with a numeric value

Compare,SparseNeuroVol,numeric-methodR Documentation

Compare a SparseNeuroVol object with a numeric value

Description

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 signature 'SparseNeuroVol,numeric'
Compare(e1, e2)

## S4 method for signature 'numeric,SparseNeuroVol'
Compare(e1, e2)

Arguments

e1

A numeric value to compare with the data of the SparseNeuroVol object.

e2

A SparseNeuroVol object containing the data to be compared.

Value

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.


bbuchsbaum/neuroim2 documentation built on April 20, 2024, 4:20 p.m.