Skip to contents

A dataset containing the simple features of Victoria, Australia.

Usage

vic_map

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