Plot.RT.ECDF_Per_Target: Plot the empirical cumulative distriburtion as a function of...

View source: R/plotDataSetList.R

Plot.RT.ECDF_Per_TargetR Documentation

Plot the empirical cumulative distriburtion as a function of the running times of a DataSetList at certain target function values

Description

Plot the empirical cumulative distriburtion as a function of the running times of a DataSetList at certain target function values

Usage

Plot.RT.ECDF_Per_Target(dsList, ftargets, scale.xlog = F)

## S3 method for class 'DataSetList'
Plot.RT.ECDF_Per_Target(dsList, ftargets, scale.xlog = F)

Arguments

dsList

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

ftargets

The target function values

scale.xlog

Whether or not to scale the x-axis logaritmically

Value

A plot of the empirical cumulative distriburtion as a function of the running times of the DataSetList at the target function values

Examples


Plot.RT.ECDF_Per_Target(subset(dsl, funcId == 1), 14)

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