View source: R/utilities.R View source: R/rmpipeline.R
getblocks | R Documentation |
Get list of index blocks, allowing for remainders.
Get list of index blocks, allowing for remainders.
getblocks(slength, bsize) getblocks(slength, bsize)
slength |
Total length of index vector |
bsize |
Size of index blocks along length |
List of index blocks of min length 'slength'/'bsize'
List of index blocks of min length 'slength'/'bsize'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.