Learn R Programming

priorCON (version 0.1.7)

get_features_raster: Features raster example

Description

Features raster example.

Usage

get_features_raster()

Arguments

Value

A features SpatRaster object to use for examples.

Examples

Run this code
library(tmap)

## Import features_raster
features_raster <- get_features_raster()

## Plot with tmap
tm_shape(features_raster) +
  tm_raster(col.legend = tm_legend(title = "f1",
            position = c("right", "top")))

Run the code above in your browser using DataLab