/subtract_operator

Subtraction of data points.

Primary LanguageR

Subtract

Description

subtract operator computes the subtract of two data points.

Usage
Input projection .
y-axis is the initial value before subtraction
x-axis is the value to be subtracted from the initial value
Output relations .
value numeric, difference value returned per cell
Details

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

See Also

sum, product, ratio