rplusarithm: vectorial arithmetic for data sets with rplus class
Description
The positive quadrant forms a manifold of the real vector space. The
induced operations +,-,*,/ give results valued in this real vector space
(not necessarily inside the manifold).
Usage
mul.rplus(x,r)
## Methods for class rplus
## x+y
## x-y
## -x
## x*r
## r*x
## x/r
Arguments
x
an rplus composition or dataset of compositions
y
an rplus composition or dataset of compositions
r
a numeric vector of size 1 or nrow(x)
Value
rmult-objects containing the given operations on the rcomp
manifold as subset of the \(R^D\). Only the addition and
multiplication with positive numbers are internal
operation and results in an rplus-object again.