Module gr_format_y


Name:
gr_format_y - a GRToolbox module
Description:
Reformats block x y1 y2 y3... data. The result
format will have a set for every y-value with pairs
x y1
...
&
x y2
...
&
x y2
...
&
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:
0 1 2 3 4
5 6 7 8 9
10 11 12 13 14
15 16 17 18 19
20 21 22 23 24
Example Output Data:
0 1
5 6
10 11
15 16
20 21
&
0 2
5 7
10 12
15 17
20 22
&
0 3
5 8
10 13
15 18
20 23
&
0 4
5 9
10 14
15 19
20 24
&



Back to List of all GR Modules.