remove_taxa | R Documentation |
Remove a taxon or a set of taxa and create a new data.frame
.
remove_taxa(x, taxa = NULL)
x |
Result of |
taxa |
A taxon or a vector of taxa. |
This function does not check for parent-child pairs but it should handle them pretty well.
aggregatoR
ambiguousSolver
data(macro_ex)
data_bio <- as_biomonitor(macro_ex)
data_agr <- aggregate_taxa(data_bio)
remove_taxa(data_agr, taxa = "Ephemeroptera")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.