Module gr_shuffle


Name:
gr_shuffle - a GRToolbox module
Description:
Shuffles the sets in the way that the first
half of the sets will be mixed with the second half!!!
Assumed that there are n sets, the order in the
output will be: 0 (0+n/2) 1 (1+n/2) 2 (2+n/2)...
Synopsis:
-[merge reverse h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-merge Do not print separators between the sets from
he first and the second half.
-reverse print points of esch set from the second
half in reversed order.
Example Input Data:
0 1 2
3 4 5 4
6 7 8
9 10 11
12 13 14
Example Output Data:



Back to List of all GR Modules.