get_seg_ind: Get the indices of data points lying between two values (end...

View source: R/mrs_data_proc.R

get_seg_indR Documentation

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)

Arguments

scale

full list of values.

start

smallest value in the subset.

end

largest value in the subset.

Value

set of indices.


spant documentation built on Sept. 11, 2024, 9:13 p.m.