austria | R Documentation |
Shape file for Austria
austria
An object of class sf
(inherits from tbl_df
, tbl
, data.frame
) with 1 rows and 3 columns.
## Not run:
# created from
austria <- get_shapes("https://geodata.ucdavis.edu/gadm/gadm3.6/shp/gadm36_AUT_shp.zip")
austria <- thin(austria, 0.001)
use_data(austria, overwrite=TRUE)
## End(Not run)
library(ggplot2)
library(dplyr)
data(austria)
austria %>% ggplot() + geom_sf()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.