split_index: split_index

Description Usage Arguments Value

View source: R/Sketch.R

Description

splits the indeces into several blocks

Usage

1
split_index(total_len, block_len, nb_split = ceiling(total_len/block_len))

Arguments

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

Value

A list of the splits that contains lower, upper block indeces and block size


chickn documentation built on Jan. 13, 2021, 10:53 p.m.

Related to split_index in chickn...