climate_bins: Climatic bins

View source: R/climate_bins.R

climate_binsR Documentation

Climatic bins

Description

A function which return climatic bins for a given time interval.

Usage

climate_bins(interval)

Arguments

interval

character or numeric. Interval name or age available in GTS2020. If a single interval name is provided, this interval is returned. If two interval names are provided, these intervals and those existing between are returned. If a single interval age is provided, the age matching this interval is returned. If two interval ages are provided, the intervals occurring in the range of these ages are returned.

Value

A data.frame of climatic bins for a specified interval.

Examples

Using a single interval
climate_bins(interval = "Maastrichtian")
Using multiple intervals
climate_bins(interval = c("Albian", "Maastrichtian"))
Using interval midpoint age
climate_bins(interval = 100)
Using interval age range
climate_bins(interval = c(50, 100))

KEichenseer/pclimR documentation built on May 2, 2022, 5:34 a.m.