plot_vic_map | R Documentation |
This function plots the map of Victoria, Australia.
plot_vic_map(...)
... |
All arguments will be ignored. |
Require package sf
installed.
A ggplot
object. The map of Victoria, Australia.
if (requireNamespace("sf", quietly = TRUE)) {
plot_vic_map()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.