get_seg_ind {spant} | R Documentation |
Get the indices of data points lying between two values (end > x > start).
get_seg_ind(scale, start, end)
scale |
full list of values. |
start |
smallest value in the subset. |
end |
largest value in the subset. |
set of indices.