plot_obj_val_order_statistic {GreedyExperimentalDesign} | R Documentation |
Plots an order statistic of the object value as a function of number of searches
plot_obj_val_order_statistic(obj, order_stat = 1, skip_every = 5, type = "o", ...)
obj |
The |
order_stat |
The order statistic that you wish to plot. The default is |
skip_every |
Plot every nth point. This makes the plot generate much more quickly. The default is |
type |
The type parameter for plot. |
... |
Other arguments to be passed to the plot function. |
An array of order statistics as a list element
Adam Kapelner