plot_vic_map {spotoroo} | R Documentation |
Plotting map of Victoria, Australia
Description
This function plots the map of Victoria, Australia.
Usage
plot_vic_map(...)
Arguments
... |
All arguments will be ignored. |
Details
Require package sf
installed.
Value
A ggplot
object. The map of Victoria, Australia.
Examples
if (requireNamespace("sf", quietly = TRUE)) {
plot_vic_map()
}
[Package spotoroo version 0.1.4 Index]