We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4cc15c commit ae63a34Copy full SHA for ae63a34
R/Comparison_plot.R
@@ -15,4 +15,5 @@ ggplot(agg.table,
15
scale_fill_viridis_c(direction = -1) +
16
facet_wrap(~Scenario) +
17
labs(x = 'Model ID', y = 'Model ID')
18
-
+
19
+ggsave(here::here('output', 'Comparison.png'), height = 8, width = 15)
0 commit comments