create_prediction_map: Create spatial maps from the predicted data

Description Usage Arguments

View source: R/07-fun-visualization.R

Description

Creates a spatial map plot using a predicted raster layer and inserts a performance value from a mlr::BenchmarkResult

Usage

1
2
3
4
5
6
create_prediction_map(
  prediction_raster,
  model_name,
  benchmark_object = NULL,
  resampling = NULL
)

Arguments

prediction_raster

Predicted raster layer given in a list

model_name

Algorithm name

benchmark_object

mlr benchmark object containing performance

resampling

String with the resampling description that should appear on the map


pat-s/2019-feature-selection documentation built on Dec. 24, 2021, 8:40 a.m.