Tag ggplot2

Adding Corporate Colors to R Graphs

Creating consistent visuals can elevate your brand, and customizing your ggplots with your corporate colors is a simple way to achieve that. The video and R code below will walk you through setting up your color palette and applying it…

Adding Themes to your ggplots in R

Themes are a convenient way change the appearance of ggplots that you have created in R. In the video and code below I provide examples from a variety packages, showing themes that range from professional and serious, like the Wall…

How to Plot a Color Coded Map of USA in R

In this video I use the ggplot2 package and the built in USArrests data in R to create a color coded plot of the United States of America. I explain what the various bits of code do and highlight some…