samples_in_levels | R Documentation |
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)
interval_data |
Filter function intervals. List with the set of
intervals for the filtering function values produced by the
|
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. |
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).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.