product
operator computes the product (i.e. multiplication) of a set of points.
Input projection | . |
---|---|
y-axis |
is the input data for the multiplication per cell |
Input parameters | . |
---|---|
remove NA |
boolean, default is FALSE |
Output relations | . |
---|---|
product |
numeric, product of the input values |
The operator takes all the values of a cell and calculates their product. The computation is done per cell. There is one value calculated and returned for each of the input cell.