How To Color Scatter Plot by Variable in R with ggplot2?

Scatter Plot R: Fill color by variable

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 interested in understanding its relationship. One way to… Continue reading How To Color Scatter Plot by Variable in R with ggplot2?

Scatter Plot with Transparent Points Using ggplot2 in R

Scatter Plot with Transparent Data Points

Scatter plot is a great way visualize the relationship between two quantitative variables. However, scatter plot can suffer from over-plotting of data points, when you have lots of data. Overplotting plots multiple overlapping data points. One of the solutions to avoid overplotting is to set the transparency levels for data points using the argument alpha… Continue reading Scatter Plot with Transparent Points Using ggplot2 in R

Exit mobile version