Module gr_add


Name:
gr_add - a GRToolbox module
Description:
Add's the y-values of all curves to the first curve.
If the x-stations do not match in the different sets,
the curves will be interpolated linear. All curves must
be sorted. in the same direction.
Points that lie not inside the interval, that
is given by the first curves start and end point
will be ignored.
Synopsis:
-[h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
Example Input Data:
1 2
3 4
5 6
8 9
10 11
&
0 1
2 3
3 4
4 9
6 4
Example Output Data:
1 4
3 8
5 12.5
8 9
10 11



Back to List of all GR Modules.