Learn R Programming

GSSTDA (version 0.1.3)

samples_in_levels: 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)

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

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.