ggplot_eval {simulator}R Documentation

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
)

[Package simulator version 0.2.5 Index]