View source: R/get_paleogeography.R
get_paleogeography | R Documentation |
A function to retrieve paleogeographic geometries reconstructed to a given a age or interval using the Wright et al. (2013) Global Plate Model.
get_paleogeography(age = NULL, interval_name = NULL)
age |
|
interval_name |
|
More information for appropriate interval inputs for this function
can be found using the def_intervals()
function.
An sf
object containing the geometries of the paleogeographic map.
Lewis A. Jones
Christopher D. Dean
Wright, N., Zahirovic, S., Müller, R.D., Seton, M. (2013). Towards community-driven paleogeographic reconstructions: integrating open-access paleogeographic and paleobiology data with plate tectonics. Biogeosciences, 10, 1529–1541. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.5194/bg-10-1529-2013")}.
Paleogeography:
def_plates()
# Get paleogeographic map via age
ex1 <- get_paleogeography(age = 250)
# Get paleogeographic map via interval name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.