/max_operator

Compute the maximum of a set of data points.

Primary LanguageR

max operator

Description

max operator returns the maximum of a set of data points.

Usage
Input projection .
y-axis numeric, input data, per cell
Output relations .
max numeric, max of the input data
Details

The operator takes all the values of a cell and returns the value which is the maximum. The computation is done per cell (one value is returned for each input cell).

References

Based on the max R function.

See Also

product_operator, sum_operator