Plot.RT.ECDF_Single_Func: Plot the aggregated empirical cumulative distriburtion as a...

View source: R/plotDataSetList.R

Plot.RT.ECDF_Single_FuncR Documentation

Plot the aggregated empirical cumulative distriburtion as a function of the running times of a DataSetList.

Description

Plot the aggregated empirical cumulative distriburtion as a function of the running times of a DataSetList.

Usage

Plot.RT.ECDF_Single_Func(
  dsList,
  fstart = NULL,
  fstop = NULL,
  fstep = NULL,
  show.per_target = F,
  scale.xlog = F
)

## S3 method for class 'DataSetList'
Plot.RT.ECDF_Single_Func(
  dsList,
  fstart = NULL,
  fstop = NULL,
  fstep = NULL,
  show.per_target = F,
  scale.xlog = F
)

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

show.per_target

Whether or not to show the individual ECDF-curves for each target

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

Examples


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

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