This function returns a list of vectors containing the individuals included at each level, i.e. the vectors of individuals with a value of the filter function within each of the intervals.
samples_in_levels(interval_data, filter_values)A list of character vectors with the samples included in each of the levels (i.e. each of the intervals of the values of the filter functions).
Filter function intervals. List with the set of
intervals for the filtering function values produced by the
get_intervals_One_D function.
Vector obtained after applying the filtering function to the input matrix, i.e, a vector with the filtering function values for each included sample.