Plot.FV.ECDF_AUC: Radarplot of the area under the aggregated ECDF-curve of a...

View source: R/plotDataSetList.R

Plot.FV.ECDF_AUCR Documentation

Radarplot of the area under the aggregated ECDF-curve of a DataSetList.

Description

Radarplot of the area under the aggregated ECDF-curve of a DataSetList.

Usage

Plot.FV.ECDF_AUC(dsList, rt_min = NULL, rt_max = NULL, rt_step = NULL)

## S3 method for class 'DataSetList'
Plot.FV.ECDF_AUC(dsList, rt_min = NULL, rt_max = NULL, rt_step = NULL)

Arguments

dsList

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

rt_min

The starting runtime

rt_max

The final runtime

rt_step

The spacing between starting and final runtimes

Value

A radarplot of the area under the aggregated ECDF-curve of the DataSetList

Examples


Plot.FV.ECDF_AUC(subset(dsl, funcId == 1))

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.