thinOutBatch | R Documentation |
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)
data |
The data.frame to be split and filtered(thinned) |
filterColname |
Name of the filter column as string |
batchColname |
Name of the split column as string |
binCount |
Number of bins in the 'filterColname' dimension. |
Data.frame with reduced rows, but identical input columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.