distribute {MicroMoB} | R Documentation |
Distribute items into bins as evenly as possible
Description
Distribute items into bins as evenly as possible
Usage
distribute(n, p)
Arguments
n |
number of bins |
p |
number of items |
Value
a numeric vector of bin sizes
[Package MicroMoB version 0.1.2 Index]