powered by
Plot probablity mass function of the runtimes of a DataSetList at a certain target function value
Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)# S3 method for DataSetList Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)
# S3 method for DataSetList Plot.RT.PMF(dsList, ftarget, show.sample = F, scale.ylog = F, backend = NULL)
A plot of the probablity mass function of the runtimes at a the target function value of the DataSetList
A DataSetList (should consist of only one function and dimension).
The target function value.
Whether or not to show the individual runtime samples
Whether or not to scale the y-axis logaritmically
Which plotting library to use. Can be 'plotly' or 'ggplot2'
Plot.RT.PMF(subset(dsl, funcId == 1), 14)
Run the code above in your browser using DataLab