Skip to content

Commit ae63a34

Browse files
author
Sean Lucey
committed
forgot the save command
1 parent a4cc15c commit ae63a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/Comparison_plot.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ ggplot(agg.table,
1515
scale_fill_viridis_c(direction = -1) +
1616
facet_wrap(~Scenario) +
1717
labs(x = 'Model ID', y = 'Model ID')
18-
18+
19+
ggsave(here::here('output', 'Comparison.png'), height = 8, width = 15)

0 commit comments

Comments
 (0)