Learn R Programming

spant (version 3.3.0)

get_seg_ind: Get the indices of data points lying between two values (end > x > start).

Description

Get the indices of data points lying between two values (end > x > start).

Usage

get_seg_ind(scale, start, end)

Value

set of indices.

Arguments

scale

full list of values.

start

smallest value in the subset.

end

largest value in the subset.