Description Usage Arguments Value
splits the indeces into several blocks
1 | split_index(total_len, block_len, nb_split = ceiling(total_len/block_len))
|
total_len |
is a total length of the index vector |
block_len |
is a length of the block |
nb_split |
is a number of the splits |
A list of the splits that contains lower, upper block indeces and block size
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.