make_metric_plot: Plot the results from 'make_metric_df'

View source: R/make_metric_plot.R

make_metric_plotR Documentation

Plot the results from make_metric_df

Description

Plot the results from make_metric_df

Usage

make_metric_plot(
  metric_df,
  group_col = "groups",
  facet_col = "method",
  label = "metric",
  value = "scale",
  display_all = FALSE
)

Arguments

metric_df

Dataframe with results from call to make_metric_df.

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 metric_df).

value

Character. Name of column with values to plot.

display_all

Display all diagnostics or only those used to select best.


Acanthiza/envFunc documentation built on Aug. 19, 2024, 4:50 a.m.