| plot_world | R Documentation |
Simple wrapper to plot the built-in world map.
plot_world(fill = "gray90", border = "gray50", ...)
fill |
Fill color for countries |
border |
Border color for countries |
... |
Additional arguments passed to plot() |
NULL invisibly. Creates a plot as side effect.
Other visualization:
hexify_heatmap()
# Quick world map
plot_world()
# Custom colors
plot_world(fill = "lightblue", border = "darkblue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.