land_sea: Plot map as in plot_gplates with user set land and sea colors

View source: R/plot_gplates.R

land_seaR Documentation

Plot map as in plot_gplates with user set land and sea colors

Description

Plot map as in plot_gplates with user set land and sea colors

Usage

land_sea(
  mya,
  base_url = "http://gws.gplates.org/",
  land = "gray",
  sea = "white",
  mapbackground = "white"
)

Arguments

mya

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

base_url

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

land

What color to paint the land

sea

What color to paint the sea

mapbackground

What color to paint the background (that which isn't the globe or plates)

Burn the sky, boil the sea – you can't take my color palette from me!

Value

a plot of the plates and continents at the selected age


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