get_dup_run_inds {distfromq} | R Documentation |
Get indices of starts and ends of runs of duplicate values
Description
Get indices of starts and ends of runs of duplicate values
Usage
get_dup_run_inds(dups)
Arguments
dups |
a boolean vector that would result from calling
|
Value
named list with entries starts
giving indices of the first element
in each sequence of runs of duplicate values and ends
giving indices of
the last element in each sequence of runs of duplicate values.
[Package distfromq version 1.0.4 Index]