Learn R Programming

simulator (version 0.2.5)

ggplot_eval: Make a boxplot of a metric for each method using ggplot2

Description

Make a boxplot of a metric for each method using ggplot2

Usage

ggplot_eval(
  evals_df,
  metric_name,
  method_name,
  method_label,
  main,
  facet_mains,
  ylab,
  ylim,
  nrow,
  ncol
)

Arguments