Description Usage Arguments Value
binned_sum implements fast summing for given bins by calling c-code.
1 2 3 4 5 6 7  | binned_sum(x, bin, nbins = max(bin), ...)
## Default S3 method:
binned_sum(x, bin, nbins = max(bin), ...)
## S3 method for class 'ff'
binned_sum(x, bin, nbins = max(bin), ...)
 | 
x | 
 
  | 
bin | 
 
  | 
nbins | 
 
  | 
... | 
 used by binned_sum.ff  | 
numeric matrix where each row is a bin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.