powered by
Function that returns a ggplot object with the corresponding performance profile
performance_profile( data, minimize = TRUE, logbase = 1, legend_title = "", xlab = expression(tau), ylab = expression(rho), xmax = 0, colors = c(), plot = TRUE, xgrid = c() )
ggplot object with the corresponding performance profile
data frame with the data
true if lower values mean best performance and false otherwise
base of the logarithm used to represent performance profiles
title for the legend
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) performance_profile(example_data)
Run the code above in your browser using DataLab