Plot.RT.Aggregated: Plot ERT-based comparison over multiple functions or...

View source: R/plotDataSetList.R

Plot.RT.AggregatedR Documentation

Plot ERT-based comparison over multiple functions or dimensions

Description

Plot ERT-based comparison over multiple functions or dimensions

Usage

Plot.RT.Aggregated(
  dsList,
  aggr_on = "funcId",
  targets = NULL,
  plot_mode = "radar",
  use_rank = F,
  scale.ylog = T,
  maximize = T,
  erts = NULL,
  inf.action = "overlap"
)

## S3 method for class 'DataSetList'
Plot.RT.Aggregated(
  dsList,
  aggr_on = "funcId",
  targets = NULL,
  plot_mode = "radar",
  use_rank = F,
  scale.ylog = T,
  maximize = T,
  erts = NULL,
  inf.action = "overlap"
)

Arguments

dsList

A DataSetList (should consist of only one function OR dimension).

aggr_on

Whether to compare on functions ('funcId') or dimensions ('DIM')

targets

Custom list of function-value targets, one for each function or dimension.

plot_mode

How the plots should be created. Can be 'line' or 'radar'

use_rank

Wheter to use a ranking system. If False, the actual ERT-values will be used.

scale.ylog

Whether or not to scale the y-axis logaritmically

maximize

Wheter or not to the data is of a maximization problem

erts

Pre-calculated ERT-values for the provided targets. Created by the max_ERTs function of DataSetList. Can be provided to prevent needless computation in recalculating ERTs when recreating this plot.

inf.action

How to handle infinite ERTs ('overlap' or 'jitter')

Value

A plot of ERT-based comparison on the provided functions or dimensions of the DataSetList

Examples

Plot.RT.Aggregated(dsl)

IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.