Plot lineplot of the ERTs of a DataSetList
Plot.RT.Single_Func(
dsList,
Fstart = NULL,
Fstop = NULL,
show.ERT = T,
show.CI = F,
show.mean = F,
show.median = F,
backend = NULL,
scale.xlog = F,
scale.ylog = F,
scale.reverse = F,
includeOpts = F,
p = NULL
)# S3 method for DataSetList
Plot.RT.Single_Func(
dsList,
Fstart = NULL,
Fstop = NULL,
show.ERT = T,
show.CI = T,
show.mean = F,
show.median = F,
backend = NULL,
scale.xlog = F,
scale.ylog = F,
scale.reverse = F,
includeOpts = F,
p = NULL
)
A plot of ERT-values of the DataSetList
A DataSetList (should consist of only one function and dimension).
The starting function value.
The final function value.
Whether or not to show the ERT-values
Whether or not to show the standard deviations
Whether or not to show the mean hitting times
Whether or not to show the median hitting times
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)
Whether or not to include all best points reached by each algorithm
Existing plot to which to add the current data
Plot.RT.Single_Func(subset(dsl, funcId == 1))
Run the code above in your browser using DataLab