| Arith {FLCore} | R Documentation |
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.
Arith(e1,e2)
The FLR Team
flq <- FLQuant(rnorm(10), dim=c(2,5)) fl2 <- FLQuant(2, dim=c(2,5)) flq*fl2 flq/fl2