Description Usage Arguments Value Examples
View source: R/emodnet_map_basic.R
Creates a ggplot map using EMODnet colors
1 2 3 4 5 6 7 | emodnet_map_basic(
seaColor = emodnet_colors()$altlightgrey,
landColor = emodnet_colors()$lightgrey,
crs = NULL,
xlim = NULL,
ylim = NULL
)
|
seaColor |
character HEX code color. This is the color used for the sea and land borders |
landColor |
character HEX code color. This is the color used for the countries |
crs |
Coordinate Reference System of the map. Default: LAEA Europe, EPGS:3035. Accepts EPGS and strings. |
xlim |
vector with minimum and maximum longitude. |
ylim |
vector with minimum and maximum latitude |
basic ggplot2 map
1 2 | emodnet_map_basic()
emodnet_map_basic(crs = 3035, xlim = c(2426378, 7093974), ylim = c(1308101, 5446513))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.