library(arc2r)
library(raster)
library(sf)
library(dplyr)
library(stars)
# Insert a vector dataset that depicts the public transport connection quality in
# the city of Wädenswil and plot it
data("are_waedenswil")
# Read the raster dataset and plot it
data("recycling_raster")
plot(recycling_raster)
plot(are_waedenswil, alpha = 0.5, add = TRUE)
## recycle_Waedi_clip <- mask(recycling_raster,are_waedenswil)
## 
## plot(recycle_Waedi_clip)


arc2r/book documentation built on March 5, 2021, 2:10 p.m.