Arith {FLCore}R Documentation

Arithmetic methods for FLQuant objects

Description

The Arith group of methods, comprising addition, substraction, product, division, exponentiation, and integer division (+, -, *, /, ^, %% and %/%). These methods work exactly as in an object of class array, but always return an FLQuant object.

Generic function

Arith(e1,e2)

Methods

signature(e1=FLQuant,e2=FLQuant) :
Operations between two FLQuant objects

Author(s)

The FLR Team

See Also

Arithmetic, Arith

Examples

flq <- FLQuant(rnorm(10), dim=c(2,5))
fl2 <- FLQuant(2, dim=c(2,5))
flq*fl2
flq/fl2

[Package FLCore version 2.2 Index]