get_scale_data: Get geological timescale data

View source: R/get_scale_data.R

get_scale_dataR Documentation

Get geological timescale data

Description

This function takes a name of a geological timescale and returns data for the timescale. Valid names include those of built-in data.frames (periods(), epochs(), stages(), eons(), or eras()), partial matches of those names (e.g., "per" or "stage"), and exact matches to those hosted by Macrostrat (see full list here: https://macrostrat.org/api/defs/timescales?all). Note that the colors in the built-in data.frames are according to the Commission for the Geological Map of the World. If you would like to obtain custom Macrostrat colors that are better for mapping, you should specify the full name of a timescale (e.g., "international periods") and set true_colors to FALSE. Note that these colors only vary for the Precambrian.

Usage

get_scale_data(name, true_colors = TRUE)

Arguments

name

The name of the desired timescale.

true_colors

Return original international time scale colors? (as opposed to custom Macrostrat plotting colors)

Value

A data.frame with the following columns:

name

the names of the time intervals.

max_age

the oldest boundaries of the time intervals, in millions of years.

min_age

the youngest boundaries of the time intervals, in millions of years.

abbr

either traditional abbreviations of the names of the time intervals (if they exist) or custom abbreviations created with R.

color

hex color codes associated with the time intervals (if applicable).


willgearty/deeptime documentation built on April 5, 2024, 3:24 a.m.