get_intervals_One_D | R Documentation |
It calculates the intervals of the given output values of a filter function according to the given number and percentage of overlap.
get_intervals_One_D(filter_values, num_intervals, percent_overlap)
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. |
num_intervals |
Number of intervals to divide the filtering function values in. |
percent_overlap |
Percentage of overlap between intervals. |
Returns a list with the set of intervals for the filtering function values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.