pbdb_temporal_resolution {paleobioDB} | R Documentation |
Temporal resolution of fossil data
Description
Shows the temporal resolution of the fossil data.
Usage
pbdb_temporal_resolution(data, do_plot = TRUE)
Arguments
data |
Data frame from a query to PaleobioDB as returned by
|
do_plot |
Logical. If |
Value
A list with a summary of the temporal resolution of the data (min, max, 1st and 3rd quartiles, median and mean), and the temporal resolution of each fossil record (Ma).
Examples
## Not run:
data <- pbdb_occurrences(taxon_name = "Canidae", interval = "Quaternary")
pbdb_temporal_resolution(data)
## End(Not run)
[Package paleobioDB version 1.0.0 Index]