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

View source: R/plotDataSetList.R

Plot.RT.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.RT.ECDF_AUC(
  dsList,
  fstart = NULL,
  fstop = NULL,
  fstep = NULL,
  fval_formatter = as.integer
)

## S3 method for class 'DataSetList'
Plot.RT.ECDF_AUC(
  dsList,
  fstart = NULL,
  fstop = NULL,
  fstep = NULL,
  fval_formatter = as.integer
)

Arguments

dsList

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

fstart

The starting function value

fstop

The final function value

fstep

The spacing between starting and final function values

fval_formatter

Function to format the function-value labels

Value

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

Examples


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

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