pbdb_subtaxa {paleobioDB} | R Documentation |
Count number of taxa in an occurrence data frame
Description
Count the number of taxa (species, genera, families, orders, classes, and phyla) in an occurrence data frame.
Usage
pbdb_subtaxa(data, do_plot = TRUE, col = "#0000FF")
Arguments
data |
Data frame from a query to PaleobioDB as returned by
the |
do_plot |
Logical indicating whether to produce a plot ( |
col |
Colour of the histogram. |
Value
A data frame with the number of subtaxa in the data.
Examples
## Not run:
canidae_quat <- pbdb_occurrences(
limit = "all", base_name = "Canidae", interval = "Quaternary",
show = c("coords", "classext", "ident"), vocab = "pbdb"
)
pbdb_subtaxa(canidae_quat)
## End(Not run)
[Package paleobioDB version 1.0.0 Index]