Skip to contents

Arithmetic Operations for NeuroSurface Objects

Usage

# S4 method for class 'NeuroSurface,NeuroSurface'
Arith(e1, e2)

# S4 method for class 'NeuroSurface,numeric'
Arith(e1, e2)

# S4 method for class 'numeric,NeuroSurface'
Arith(e1, e2)

# S4 method for class 'NeuroSurface,NeuroSurfaceVector'
Arith(e1, e2)

Arguments

e1

the left operand

e2

the right operand

Value

NeuroSurface object with arithmetic operation results