View source: R/utils_shapefile.R
shapefile_plot | 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
library(pliman)
r <- shapefile_input(system.file("ex/lux.shp", package="terra"))
shapefile_plot(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.