Description Usage Arguments Value
Removes duplicates from a list to post-process peaks from 'IDPmisc::peaks' function. Removes duplicates by averaging 2 values that are within the 'dWithin' value.
1 | removeSimilarValues(x, dWithin)
|
x |
numeric vector |
dWithin |
numeric. How close will values be to trigger averaging the two values into one? |
numeric vector where the values close enough to be duplicates are removed by averaging them together.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.