I'd like to plot the distribution of a species on a map of Switzerland, following this tutorial.
library(maps)library(mapdata)map('worldHires', 'Switzerland', xlim=c(5, 12), ylim=c(45,48))From this website I download the shapefile for e.g. Pinus sylvestris
psylvestris psylvestrisclass ...