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

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

TiagoOlivoto/pliman documentation built on Sept. 14, 2024, 2:24 a.m.