Features raster example
get_features_raster.Rd
Features raster example.
Examples
library(tmap)
## Import features_raster
features_raster <- get_features_raster()
## Plot with tmap
tm_shape(features_raster) +
tm_raster(title = "f1")
#>
#> ── tmap v3 code detected ───────────────────────────────────────────────────────
#> [v3->v4] `tm_raster()`: migrate the argument(s) related to the legend of the
#> visual variable `col` namely 'title' to 'col.legend = tm_legend(<HERE>)'