Plot.FV.Single_Func {IOHanalyzer} | R Documentation |
Plot lineplot of the expected function values of a DataSetList
Description
Plot lineplot of the expected function values of a DataSetList
Usage
Plot.FV.Single_Func(
dsList,
RTstart = NULL,
RTstop = NULL,
show.CI = F,
show.mean = T,
show.median = F,
backend = NULL,
scale.xlog = F,
scale.ylog = F,
scale.reverse = F
)
## S3 method for class 'DataSetList'
Plot.FV.Single_Func(
dsList,
RTstart = NULL,
RTstop = NULL,
show.CI = F,
show.mean = T,
show.median = F,
backend = NULL,
scale.xlog = F,
scale.ylog = F,
scale.reverse = F
)
Arguments
dsList |
A DataSetList (should consist of only one function and dimension). |
RTstart |
The starting runtime value. |
RTstop |
The final runtime value. |
show.CI |
Whether or not to show the standard deviations |
show.mean |
Whether or not to show the mean runtimes |
show.median |
Whether or not to show the median runtimes |
backend |
Which plotting library to use. Can be 'plotly' or 'ggplot2' |
scale.xlog |
Whether or not to scale the x-axis logaritmically |
scale.ylog |
Whether or not to scale the y-axis logaritmically |
scale.reverse |
Wheter or not to reverse the x-axis (when using minimization) |
Value
A plot of ERT-values of the DataSetList
Examples
Plot.FV.Single_Func(subset(dsl, funcId == 1))
[Package IOHanalyzer version 0.1.8.10 Index]