sharedPaths
Get the shared paths of lines or polygons
## S4 method for signature 'SpatVector' sharedPaths(x)
x |
SpatVector of lines or polygons |
SpatVector
f <- system.file("ex/lux.shp", package="terra") v <- vect(f) plot(v, col="light gray") text(v, halo=TRUE) x <- sharedPaths(v) lines(x, col="red", lwd=2) text(x, col="blue", halo=TRUE, cex=0.8) head(x)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.