
Improve your visualizations with ggsave in R
When we save our plots and graphs in R, we can use the ggsave() function and specify the type, size and look of the file. We are going to look two features in particular: anti-aliasing lines with the Cairo package and creating transparent backgrounds. Make your graph background transparent First, let’s create a pie chart with a transparent background. The pie chart will show which … Continue reading Improve your visualizations with ggsave in R