View source: R/removeLowAbundance.R
| removeLowAbundance | R Documentation | 
Removes a number of lowest total abundace species from a dataset generated with generateDataSet. Note that the function uses the normalized dataset to decide which species to remove, but returns the absolute dataset.
removeLowAbundance(dataset, removeN)
dataset | 
 Abundance dataset  | 
removeN | 
 Number of species to remove  | 
Dataset without N lowest abundance species
klemm = generateA(N=10, type="klemm", c=0.5) dataset = generateDataSet(100, klemm) dataset = removeLowAbundance(dataset, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.