Plot the results from make_metric_df
make_metric_plot(
metric_df,
group_col = "groups",
facet_col = "method",
label = "metric",
value = "scale",
display_all = FALSE
)
Dataframe with results from call to make_metric_df
.
Character. Name of column with numeric data for x-axis.
Character. Optional name of column to facet on (along with label).
Character label for the diagnostics (choose another column from
metric_df
).
Character. Name of column with values to plot.
Display all diagnostics or only those used to select best.