Plot the values of a SpatVector
Arguments
- shapefile
An SpatVector of sf object.
- ...
Further arguments passed on to
terra::plot()
.
Examples
if(interactive()){
library(pliman)
r <- shapefile_input(system.file("ex/lux.shp", package="terra"))
shapefile_plot(r)
}