Module gr_split_into_sections


Name:
gr_split_into_sections - a GRToolbox module
Description:
Splits the sets into sets. The splitmarker '&'
will be set any time there is no equal value
for any coordinate.
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 Don't split if distance for one
coordinate of two neighboured points is less epsilon.
Example Input Data:
1 0
3 4
5 2
8 9
10 3
0 1
2 3
3 4
4 9
Example Output Data:
1 0
&
3 4
&
5 2
&
8 9
&
10 3
&
0 1
&
2 3
&
3 4
&
4 9



Back to List of all GR Modules.