Hello,
I want to plot two graph in the same picture with the function plot().
Graph 1 is a graph of the Line. I used arrows fonction
Graph 2 is read with st_read and plotted with plot
My probleme is that is not possible to overlay the Line on my background.
Plot(bkg)
Plot(Line,add=TRUE)
Have you an idea ?
Thanks in advance