I am experiencing very slow saving of plots generated by ggplot2. Is there any more efficient approach of saving ggplot figures?
update: I figured out the issue, when I switch from stat_smooth(method = "loess") to its default method, ggsave works well