Arith,NeuroSurface,NeuroSurface-method | R Documentation |
Arithmetic Operations for NeuroSurface Objects
## 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)
e1 |
the left operand |
e2 |
the right operand |
NeuroSurface object with arithmetic operation results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.