ggplot_world_map: Create a worldmap

Description Usage Arguments Value Examples

View source: R/worldmap.R

Description

Create a worldmap

Usage

1
2
ggplot_world_map(mapcol = "seashell3", backcol = "white",
  countrycol = mapcol, xlim = c(-200, +200), ylim = c(-60, +80))

Arguments

mapcol

color string of the color of the maps

backcol

color string of the background of the plot

countrycol

color string of the lines separating countries

ylim

Value

returns a ggplot object

Examples

1
2
p<-ggplot_world_map()
p<-geom_point(data=data.frame(lat=41, lon=7), aes(x=lon, y=lat))

MoisesExpositoAlonso/moiR documentation built on Dec. 24, 2021, 10:12 p.m.