heatmapGrid: Generate Heatmaps of Performance

View source: R/heatmapGrid.R

heatmapGridR Documentation

Generate Heatmaps of Performance

Description

A function to generate a set of heatmaps depicting the performances of particular sets of interpolations. This graphic can be considered as a series of 'compressed' surface plots, arranged by dataset.

Usage

heatmapGrid(
  agEval,
  f = "median",
  crit,
  m,
  d = 1:length(agEval),
  colors = c("#F9E0AA", "#F7C65B", "#FAAF08", "#FA812F", "#FA4032", "#F92111")
)

Arguments

agEval

agEvaluate; An object containing the aggregated performance metrics (result of agEvaluate())

f

character; The statistic of interest that will be depicted by the heatmap. Possible choices are listed in ?agEvaluate.

crit

character; A single element describing the performance metric of interest

m

character; A single element describing the interpolation methods of interest

d

numeric; A vector to indicate datasets of interest

colors

character; A vector of the desired color palette, with entries in HTML format ("#xxxxxx")


castels/interpTools documentation built on June 7, 2024, 4:20 p.m.