View source: R/make_metric_plot.R
make_metric_plot | R Documentation |
make_metric_df
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
)
metric_df |
Dataframe with results from call to |
group_col |
Character. Name of column with numeric data for x-axis. |
facet_col |
Character. Optional name of column to facet on (along with label). |
label |
Character label for the diagnostics (choose another column from
|
value |
Character. Name of column with values to plot. |
display_all |
Display all diagnostics or only those used to select best. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.