Skip to contents

Plot the values of a SpatVector

Usage

shapefile_plot(shapefile, ...)

Arguments

shapefile

An SpatVector of sf object.

...

Further arguments passed on to terra::plot().

Value

A NULL object

Examples

if(interactive()){
library(pliman)
r <- shapefile_input(system.file("ex/lux.shp", package="terra"))
shapefile_plot(r)
}