A simple ggplot2 scatterplot revisited
Tags: body temperature, ggplot2, Littorina, scatterplot
Rick Wicklin contacted me with a helpful suggestion for improving the data presentation method outlined in my previous post on using ggplot2 to visualize some data. In the previous post I had plotted up a highly correlated set of points, showing the correspondence between maximum daily body temperatures of model snails sitting with the foot touching the rock surface, or withdrawn into the shell.
Rick points out that with a bit of data manipulation, you can replot these … Continue Reading