powered by
Function that returns a ggplot object with the corresponding nested performance profile
nested_performance_profile( data, minimize = TRUE, logbase = 1, legend_title = "", best_rule = "winner", xlab = expression(tau), ylab = expression(rho), xmax = 0, colors = c(), plot = TRUE, xgrid = c() )
ggplot object with the corresponding nested performance profile
data frame with the data
true if lower values mean best performance and false otherwise
base of the logarithm used to represent nested performance profiles
title for the legend
option to choose the best solver eliminated in each iteration ("winner", "mean", "gmean", "median" or custom function)
x axis label
y axis label
maximum value of xaxis
vector with the colors of each configuration
bool to display the plot or not
vector for using it as grid in ratios
example_data = generate_random_example(seed = 1234) nested_performance_profile(example_data)
Run the code above in your browser using DataLab