Description Usage Arguments Details Value Examples
This function uses the ASW taxonomy table created with the function getTaxonomy() and summarizes counts of units per taxonomic level
1 2 | aswStats(asw_taxonomy = defrostR::asw_taxonomy, verbose = F, Order = NA,
Superfamily = NA, Family = NA, Subfamily = NA, Genus = NA)
|
asw_taxonomy |
output of the function frostScraper() default will take defrostR's stored version, which might be outdated |
verbose |
logical arguments can be turned on to summarize at given taxonomic levels or to give numbers of each unit per taxonomic level. default is switched off (FALSE) |
Order |
string to specify summary statistics of only a specific order |
Superfamily |
string to specify summary statistics of only a specific superfamily |
Family |
string to specify summary statistics of only a specific Family |
Subfamily |
string to specify summary statistics of only a specific subfamily |
Genus |
string to specify summary statistics of only a specific genus |
One logical arguments can be turned on to summarize at given taxonomic levels or to give numbers of each unit per taxonomic level
returns either a data frame or list of summary statitics
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.