A dataset containing the simple features of Victoria, Australia.
Usage
vic_map
Arguments
Format
A "sf" object with 1 row.
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