Plot lineplot of the expected function values of a 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
)# S3 method for 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
)
A plot of ERT-values of the DataSetList
A DataSetList (should consist of only one function and dimension).
The starting runtime value.
The final runtime value.
Whether or not to show the standard deviations
Whether or not to show the mean runtimes
Whether or not to show the median runtimes
Which plotting library to use. Can be 'plotly' or 'ggplot2'
Whether or not to scale the x-axis logaritmically
Whether or not to scale the y-axis logaritmically
Wheter or not to reverse the x-axis (when using minimization)
Plot.FV.Single_Func(subset(dsl, funcId == 1))
Run the code above in your browser using DataLab