View source: R/datelife_summary.R
get_taxon_summary | R Documentation |
datelifeResult
object.Get a taxon summary of a datelifeResult
object.
get_taxon_summary(datelife_result = NULL, datelife_query = NULL)
datelife_result |
A |
datelife_query |
A |
A datelifeTaxonSummary
object, which is a list of 4 elements:
Data as a presence/absence matrix of taxon names across chronograms.
A data.frame
with taxon names as row.names()
and two
columns, one with the number of chronograms that contain a taxon name and
the other one with the total number of chronograms that have at least 2
taxon names.
A data.frame
with chronogram citations as row.names()
and two columns, one with the number of taxon names found in each chronogram
and the other one with the total number of taxon names.
A character vector of taxon names that are not found in the chronogram database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.