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