/multiply_operator

Multiply two values.

Primary LanguageR

Multiply

Description

multiply operator returns the product two sets of data points.

Usage
Input projection .
y-axis is the initial value before multiplication
x-axis is the value to be multiplied to the initial value
Output relations .
product numeric, product value returned per data point
Details

The operator takes the value defined by the y-axis and multiplies the value defined by the x-axis. The computation is done per data point. There is one value calculated and returned for each data point.

See Also

subtract, sum, product, ratio, add