Module gr_split2


Name:
gr_split2 - a GRToolbox module
Description:
Splits the sets into sets of n points
specified with -n option. If no number is specified
each set will be split in the half.
The meaning of -n is different from gr_split.
Synopsis:
-[h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-n int Number of points in set. An & will be
inserted after the (n-1)th point
-copy If a set is split, let the one set end with.
the startpoint of the second set.
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.