plot_basemap | R Documentation |
Plot a global base map with optional country focus map
plot_basemap( countryname = NULL, world_fill = "transparent", world_size = 0.05, world_color = "black", country_fill = "transparent", country_size = 0.1, country_color = "black" )
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'. |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.