emodnet_map_basic: Creates a ggplot map using EMODnet colors

Description Usage Arguments Value Examples

View source: R/emodnet_map_basic.R

Description

Creates a ggplot map using EMODnet colors

Usage

1
2
3
4
5
6
7
emodnet_map_basic(
  seaColor = emodnet_colors()$altlightgrey,
  landColor = emodnet_colors()$lightgrey,
  crs = NULL,
  xlim = NULL,
  ylim = NULL
)

Arguments

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

Value

basic ggplot2 map

Examples

1
2
emodnet_map_basic()
emodnet_map_basic(crs = 3035, xlim = c(2426378, 7093974), ylim = c(1308101, 5446513))

EMODnet/EMODnetBiologyMaps documentation built on Aug. 12, 2021, 7:47 p.m.