Module gr_block


Name:
gr_block - a GRToolbox module
Description:
Writes all set coordinates for a x-value .
in 1 line. Important. X-values must be accurate!
If a set does not contain an x-coordinatevalue, 0 will
be inserted.
Synopsis:
-[epsh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-eps double Epsilon for comparism of x-values.
Example Input Data:
1 0
3 4
5 2
8 9
10 3
&
1 1
3 2
5 3
8 4
10 5
Example Output Data:
1 0 1
3 4 2
5 2 3
8 9 4
10 3 5



Back to List of all GR Modules.