Description Usage Arguments Value Note Author(s)
This script contains a function to draw a basemap for use in all plotting functions.
1 2 3 4 5 6 | base_plot(
background_colour = SOOScol[3],
world_map_colour = SOOScol[4],
border_colour = "black",
plot_border_thickness = 1
)
|
background_colour |
Background colour |
world_map_colour |
Colour of the world map |
border_colour |
Border colour of the plot |
plot_border_thickness |
Thickness of the plot border |
A ggplot object
v.0.1
Kimberlee Baldry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.