Performs a math operation on two columns of data.
Syntax:
MathOperationOnTwoPositions, axis, position1, position2, mathOp, title
Parameters:
axis – Which axis will be used {Column}
position1 - The column whose values will be operated on.
position2 - The second column whose values is used in the operation.
mathOp - Provides the operator for the equation {Add, Subtract, Multiply, Divide, Growth, Ratio, Percent }.
title - The label for the column created to hold the results of the operation.
Examples:
MathOperationsOnTwoPositions,Column,dat4,dat7,Add,RowTitle
This example take values from two columns, dat4, and dat7, and uses the MathOperation "Add" to add the values from each row in a column and places the results in the new column 'RowTitle'.
|