/sum_operator

Computes the sum of a set of data points.

Primary LanguageR

sum operator

Description

sum operator computes the sum of a set of data points.

Usage
Input projection .
y-axis is the input data for the sum, per cell
Output relations .
sum numeric, sum of the input values
Details

The operator takes all the values of a cell and calculates their sum. The computation is done per cell. There is one value calculated and returned for each of the input cell.

References

See Also

product_operator, ratio_operator

Examples