powered by
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)
An sf object containing the geometries of the paleogeographic map.
sf
numeric. Return a paleogeographic reconstruction based on a numerical age in millions of years before present (between 0 and 550).
numeric
character. Return a paleogeographic reconstruction based on a specified time interval. Ignored if age is supplied.
character
age
Lewis A. Jones
Christopher D. Dean
More information for appropriate interval inputs for this function can be found using the def_intervals() function.
def_intervals()
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. tools:::Rd_expr_doi("10.5194/bg-10-1529-2013").
Paleogeography: def_plates()
def_plates()
# \donttest{ # Get paleogeographic map via age ex1 <- get_paleogeography(age = 250) # Get paleogeographic map via interval name # }
Run the code above in your browser using DataLab