This function is intended to produce a default plot to visualize helpful
information across all possible applications of a simple_ensemble
. More
sophisticated plots can be produced using standard ggplot2
code for
plotting.
The x-axis is the workflow rank in the set (a value of one being the best)
versus the performance metric(s) on the y-axis. With multiple metrics, there
will be facets for each metric, with the rank_metric
first (if any was
provided; otherwise the metric used to create the simple_ensemble
will
be used).
If multiple resamples are used, confidence bounds are shown for each result
(95% confidence, by default).