vic_map {spotoroo} | R Documentation |
simple features map of Victoria
Description
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
Source
https://www.naturalearthdata.com/
[Package spotoroo version 0.1.4 Index]