checktaxa {biotic} | R Documentation |
Check the list of taxa present in the sample dataset against the list of scoring taxa within package to identify any non-scoring taxa in the samples (or spelling mistakes).
checktaxa(df)
df |
A dataframe containing abundances of invertebrate taxa in different samples. |
A data frame containing the names of taxa that are not in the
list of scoring taxa, or NA
if all taxa are scoring.
# check the taxa in the built-in Braid Burn dataset
# returns 'NA' if all taxa present have scores and are spelt correctly
checktaxa(braidburn)