bbatch | R Documentation |
bbatch
calculates batch sizes in 1..N so that they have rather balanced
sizes than very different sizes.
bbatch(N, B)
N |
total size in 0..integer_max |
B |
desired batch size in 1..integer_max |
Tries to have rb == 0
or rb
as close to b
as possible
while guaranteeing that rb < b && (b - rb) <= min(nb, b)
a list with components:
b: the batch size
nb: the number of batches
rb: the size of the rest
Jens Oehlschlägel
repfromto()
, ff::ffvecapply()
bbatch(100, 24)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.