plot.greedy_experimental_design_search {GreedyExperimentalDesign} | R Documentation |
Plots a summary of a greedy search object object
## S3 method for class 'greedy_experimental_design_search'
plot(x, ...)
x |
The greedy search object object to be summarized in the plot |
... |
Other parameters to pass to the default plot function |
An array of order statistics from plot_obj_val_order_statistic as a list element
Adam Kapelner