Learn R Programming

neuroim2 (version 0.8.5)

Arith,NeuroVol,NeuroVec-method: Arithmetic Operations for NeuroVol and NeuroVec

Description

This function performs arithmetic operations on a NeuroVol object and a NeuroVec object.

Usage

# S4 method for NeuroVol,NeuroVec
Arith(e1, e2)

Value

A DenseNeuroVec object resulting from the arithmetic operation.

Arguments

e1

A NeuroVol object.

e2

A NeuroVec object.