austria: Shape file for Austria

austriaR Documentation

Shape file for Austria

Description

Shape file for Austria

Usage

austria

Format

An object of class sf (inherits from tbl_df, tbl, data.frame) with 1 rows and 3 columns.

Examples

## 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()

Stat585-at-ISU/worldle documentation built on April 4, 2023, 5:45 a.m.