powered by
Simple wrapper to plot the built-in world map.
plot_world(fill = "gray90", border = "gray50", ...)
NULL invisibly. Creates a plot as side effect.
Fill color for countries
Border color for countries
Additional arguments passed to plot()
Other visualization: hexify_heatmap()
hexify_heatmap()
# Quick world map plot_world() # Custom colors plot_world(fill = "lightblue", border = "darkblue")
Run the code above in your browser using DataLab