In this post we will learn how to color scatter plots using another variable in the dataset in R with ggplot2. Scatter plots are extremely useful identify any trend between two quantitative variables. However, often you have additional variable in a data set and you might be … [Read more...] about How To Color Scatter Plot by Variable in R with ggplot2?