| Plot.FV.Histogram {IOHanalyzer} | R Documentation | 
Plot histograms of the function values of a DataSetList at a certain target runtime
Description
Plot histograms of the function values of a DataSetList at a certain target runtime
Usage
Plot.FV.Histogram(dsList, runtime, plot_mode = "overlay", use.equal.bins = F)
## S3 method for class 'DataSetList'
Plot.FV.Histogram(dsList, runtime, plot_mode = "overlay", use.equal.bins = F)
Arguments
| dsList | A DataSetList (should consist of only one function and dimension). | 
| runtime | The target runtime | 
| plot_mode | How to plot the different hisograms for each algorithm. Can be either 'overlay' to show all algorithms on one plot, or 'subplot' to have one plot per algorithm. | 
| use.equal.bins | Whether to determine one bin size for all plots or have individual bin sizes for each algorithm | 
Value
A plot of the histograms of the function values at a the target runtime of the DataSetList
Examples
Plot.FV.Histogram(subset(dsl, funcId == 1), 100)
[Package IOHanalyzer version 0.1.8.10 Index]