Reflect XY data to specified Y interval
1. reflection irng:=Col(1) lower:=1 upper:=10;
2. reflection irng:=Col(1) upper:=10 orng:=Col(2);
Please refer to the page for additional option switches when accessing the x-function from script
Input
Range
The input range
double
Lower interval bound. By default, it is the minimum value of input range.
Upper interval bound. By default, it is the maximum value of input range.
Output
The output range
See the syntax here.
Set vaules to new columns according to old ones.
Given a input range V and output interval , the reflection of V is:
normalize, vnormalize