| antclassify | R Documentation |
Runs all ecological classification functions of the package.
antclassify(comm, verbose = TRUE, plot = TRUE, validate = TRUE, delay = 0.5)
comm |
Community matrix (samples x species). Species names as columns, samples as rows. |
verbose |
Logical; if TRUE, displays progress messages. |
plot |
Logical; if TRUE, displays guild proportion plots (passed to assign_guild_ants). |
validate |
Logical; if TRUE, validates species names using GBIF. |
delay |
Numeric; seconds between API calls (if validate = TRUE). |
A list containing results from all analyses (guilds, exotic, endemic, rarity).
## Not run:
# Load the built-in example dataset
data(ant_community)
# Run the full pipeline (validation disabled for speed)
results <- antclassify(ant_community, validate = FALSE, plot = FALSE)
# Inspect the results
names(results)
head(results$guilds$table)
results$exotic$table
results$endemic$table
results$rarity$table
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.