Compare-methods: Comparison Operations for NeuroSurface Objects

Compare,NeuroSurface,numeric-methodR Documentation

Comparison Operations for NeuroSurface Objects

Description

Comparison Operations for NeuroSurface Objects

Usage

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

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

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

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

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

Arguments

e1

the left operand

e2

the right operand

Value

NeuroSurface object with comparison results


bbuchsbaum/neurosurf documentation built on June 10, 2025, 8:22 p.m.