shapefile_plot {pliman} | R Documentation |
A wrapper around terra::plot()
Description
Plot the values of a SpatVector
Usage
shapefile_plot(shapefile, ...)
Arguments
shapefile |
An SpatVector of sf object. |
... |
Further arguments passed on to |
Value
A NULL
object
Examples
if(interactive()){
library(pliman)
r <- shapefile_input(system.file("ex/lux.shp", package="terra"))
shapefile_plot(r)
}
[Package pliman version 3.0.0 Index]