samples_in_levels {GSSTDA}R Documentation

Samples in levels

Description

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.

Usage

samples_in_levels(interval_data, filter_values)

Arguments

interval_data

Filter function intervals. List with the set of intervals for the filtering function values produced by the get_intervals_One_D function.

filter_values

Vector obtained after applying the filtering function to the input matrix, i.e, a vector with the filtering function values for each included sample.

Value

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).


[Package GSSTDA version 0.1.3 Index]