Plot.RT.PMF: Plot probablity mass function of the runtimes of a...

View source: R/plotDataSetList.R

Plot.RT.PMFR Documentation

Plot probablity mass function of the runtimes of a DataSetList at a certain target function value

Description

Plot probablity mass function of the runtimes of a DataSetList at a certain target function value

Usage

Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)

## S3 method for class 'DataSetList'
Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)

Arguments

dsList

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

ftarget

The target function value.

show.sample

Whether or not to show the individual runtime samples

scale.ylog

Whether or not to scale the y-axis logaritmically

backend

Which plotting library to use. Can be 'plotly' or 'ggplot2'

Value

A plot of the probablity mass function of the runtimes at a the target function value of the DataSetList

Examples

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

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