Quick R: Inset maps
An alternative using plot()
How to place an inset map in R? There are many solutions out there using
the ggplot2 package (see Drawing beautiful maps programmatically with
R, sf and ggplot2
by Mel Moreno and Mathieu Basille). However, I like the old reliable plot
function, so the question is: is there another way?