pbdb_temporal_resolution: pbdb_temporal_resolution

Description Usage Arguments Value Examples

Description

to show the temporal resolution of the fossil data

Usage

1
pbdb_temporal_resolution (data, do.plot=TRUE)

Arguments

data

dataframe with our query to the paleoBD pbdb_occurrences

do.plot

TRUE/FALSE. To show a frequency plot of the data (TRUE by default).

Value

a plot and a list with a summary of the temporal resolution of the data (min, max, 1st and 3rd quartils, median and mean), and the temporal resolution of each fossil record (Ma).

Examples

1
2
3
4
5
## Not run: 
data<- pbdb_occurrences (taxon_name= "Canidae", interval= "Quaternary")
pbdb_temporal_resolution (data)

## End(Not run)

paleobioDB documentation built on July 26, 2020, 1:07 a.m.