Arith-methods: Arithmetic Operations for NeuroSurface Objects

Arith,NeuroSurface,NeuroSurface-methodR Documentation

Arithmetic Operations for NeuroSurface Objects

Description

Arithmetic Operations for NeuroSurface Objects

Usage

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

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

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

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

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

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

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

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

Arguments

e1

the left operand

e2

the right operand

Value

NeuroSurface object with arithmetic operation results


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