plot_table: Plot a table of values using ggplot

View source: R/plot_table.R

plot_tableR Documentation

Plot a table of values using ggplot

Description

Plot a table of values using ggplot

Usage

plot_table(x, metric = "auc", sort = TRUE)

Arguments

x

Table of ML results, assuming to have "learner", "ci_lower", and "ci_upper" columns.

metric

Column to plot

sort

If TRUE (default), sort rows based on the metric.


ck37/ck37r documentation built on April 29, 2023, 11:42 p.m.