vic_map | R Documentation |
A dataset containing the simple features of Victoria, Australia.
vic_map
A "sf
" object with 1 row.
The dataset is obtained via the following codes:
library(rnaturalearth)
au_map <- ne_states(country = "Australia", returnclass = "sf")
vic_map <- au_map[7,]$geometry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.