The binsize is computed from the global data range of the filter column by dividing the range into binCount bins.
thinOutBatch(data, filterColname, batchColname, binCount = 1000)
The data.frame to be split and filtered(thinned)
Name of the filter column as string
Name of the split column as string
Number of bins in the 'filterColname' dimension.
Data.frame with reduced rows, but identical input columns