.create_bar_plot {gkwreg} | R Documentation |
Create Bar Plot for Model Comparison
Description
Create Bar Plot for Model Comparison
Usage
.create_bar_plot(data, title, metrics, higher_better = FALSE)
Arguments
data |
Data frame containing the comparison data |
title |
Plot title |
metrics |
Vector of metric names to include in the plot |
higher_better |
Logical; if TRUE, higher values indicate better fit |
Value
A ggplot2 object
[Package gkwreg version 1.0.10 Index]