shapefile_plot: A wrapper around terra::plot()

View source: R/utils_shapefile.R

shapefile_plotR 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 terra::plot().

Value

A NULL object

Examples

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

pliman documentation built on Aug. 21, 2025, 5:46 p.m.