powered by
count the number of subtaxa within a given taxa. e.g. number of species within a genus.
pbdb_subtaxa (data, do.plot, col)
dataframe with our query to the paleoBD pbdb_occurrences
pbdb_occurrences
by default this function make a plot to visualize the distribution of taxa. Set to FALSE to skip the plot.
set the colour of the histogram. skyblue2 by default.
a plot and a dataframe with the number of subtaxa in the data.
# NOT RUN { canidae_quat<- pbdb_occurrences (limit="all", base_name="Canidae", interval="Quaternary", show=c("coords", "phylo", "ident")) pbdb_subtaxa (canidae_quat) # } # NOT RUN { # }
Run the code above in your browser using DataLab