size_to_splits {binsegRcpp} | R Documentation |
Convert segment size
to number of splits which must be computed
during the optimization.
size_to_splits(size,
min.segment.length)
size |
Segment |
min.segment.length |
Minimum segment length, positive integer. |
Number of splits, integer.
Toby Dylan Hocking