plotMetrics: Plot Grid of Performance Metrics

View source: R/plotMetrics.R

plotMetricsR Documentation

Plot Grid of Performance Metrics

Description

Function to generate a grid of plots for visualizing a selection of performance metrics (median).

Usage

plotMetrics(
  agObject,
  d = names(agObject),
  p,
  g,
  m = names(agObject[[1]][[1]][[1]]),
  metric,
  highlight_color = "mistyrose2"
)

Arguments

agObject

aggregate_pf; A list containing the aggregated performance metrics (result of aggregate_pf())

d

character; A vector of datasets of interest

p

numeric; A vector of 'proportion missings' of interest

g

numeric; A vector of 'gap length' of interest

m

character; A vector of interpolation methods of interest

metric

character; A character vector of performance metrics of interest


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