Description Usage Arguments Value Author(s) Examples
This functions permit to remove low abundant species or function according a percentage or if they don't belong to the defined top ranking species.
1 | noise.removal(dataframe, percent = NULL, top = NULL, bysample = TRUE)
|
dataframe |
a ecological data.frame |
percent |
a number between 0-100 |
top |
a number between 1 to the maximum of species/functions. this functions use this criteria in priority. |
bysample |
Logical. if |
a data.frame
Julien Tap
1 2 | data(Titanium16)
noise.removal(Titanium16S, top=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.