How to group data by parameter, For example, group points into new branches if their X (or X and Y) is more ore less equal?
Another question about data trees - I have several branches with data,and i need to divide data in the brunch {i} to X new branches where X is parameter. now i use series of series to make groups of indexes like 0,1,2 ; 3,4,5 ; 6,7,8 and then select item. But maibe there is a smarter way?