View source: R/plot_accuracy.R
| plot_accuracy_graph | R Documentation |
Plot accuracy graph (internal)
plot_accuracy_graph(
accuracy_df,
x = "item_idx",
y = "accuracy",
facet_x = c(),
facet_y = c()
)
accuracy_df |
Data frame with accuracy values |
x |
Variable for x-axis |
y |
Variable for y-axis (default: "accuracy") |
facet_x |
Variables for faceting columns |
facet_y |
Variables for faceting rows |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.