get_features_raster {priorCON} | R Documentation |
Features raster example
Description
Features raster example.
Usage
get_features_raster()
Value
A features SpatRaster
object to use for examples.
Examples
library(tmap)
## Import features_raster
features_raster <- get_features_raster()
## Plot with tmap
tm_shape(features_raster) +
tm_raster(title = "f1")
[Package priorCON version 0.1.5 Index]