get_cost_raster {priorCON} | R Documentation |
Cost raster example.
get_cost_raster()
A cost SpatRaster
object to use for examples.
library(tmap)
## Import features_raster
cost_raster <- get_cost_raster()
## Plot with tmap
tm_shape(cost_raster) +
tm_raster(title = "cost")