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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.