A dataset containing the simple features of Victoria, Australia.
Details
The dataset is obtained via the following codes:library(rnaturalearth)
au_map <- ne_states(country = "Australia", returnclass = "sf")
vic_map <- au_map[7,]$geometry
A dataset containing the simple features of Victoria, Australia.
The dataset is obtained via the following codes:library(rnaturalearth)
au_map <- ne_states(country = "Australia", returnclass = "sf")
vic_map <- au_map[7,]$geometry