plot_gplates: Plot a map of tectonic plates and boundries at any point in...

View source: R/plot_gplates.R

plot_gplatesR Documentation

Plot a map of tectonic plates and boundries at any point in time of Earth's history

Description

Plot a map of tectonic plates and boundries at any point in time of Earth's history

Usage

plot_gplates(
  mya,
  polyoutline,
  polyfill,
  coastoutline,
  coastfill,
  mapoutline,
  mapbackground,
  base_url = "http://gws.gplates.org/"
)

Arguments

mya

a numeric vector of length one designating age to reconstruct in millions of years ago

polyoutline

a character vector designating the color of the polygon outlines

polyfill

a character vector designating the color of the polygons

coastoutline

a character vector designating the color of the coast outlines

coastfill

a character vector designating the color of the continents

mapoutline

a character vector designating the color to ouline the map

mapbackground

a character vector designating the color of the map background

base_url

The url to use; make sure it ends with a slash

Value

a plot of the plates and continents at the selected age


LunaSare/gplatesr documentation built on Aug. 30, 2022, 12:27 a.m.