plot_basemap: plot_basemap

View source: R/plot_basemap.R

plot_basemapR Documentation

plot_basemap

Description

Plot a global base map with optional country focus map

Usage

plot_basemap(
  countryname = NULL,
  world_fill = "transparent",
  world_size = 0.05,
  world_color = "black",
  country_fill = "transparent",
  country_size = 0.1,
  country_color = "black"
)

Arguments

countryname

string, name of base map area.

world_fill

string, fill color of world data. Defaults to 'transparent'.

world_size

float, line thickness of world data. Defaults to 0.5.

world_color

string, line color of world data. Defaults to 'black'.

country_fill

string, fill color of country data. Defaults to 'transparent'.

country_size

float, line thickness of country data. Defaults to 0.5.

country_color

string, line color of country data. Defaults to 'black'.

Value

list


hamishgibbs/ggutils documentation built on Feb. 24, 2023, 1:22 a.m.