Dewey Dunnington
Dewey Dunnington
Home
Posts
Publications
ggplot
A Summer of RStudio and ggplot2
For those of you wondering why I haven’t been tweeting and/or blogging about mud and lakes all summer, it’s because I had the incredible opportunity to spend the summer as an RStudio intern working with Hadley Wickham on ggplot2!
Last updated on Jul 22, 2019
4 min read
Visualizing Canadian Climate Normals
I’m an avid Twitter follower of Simon Kuestenmacher (@simongerman600), who is a prolific tweeter of maps (all sorts). The other day I saw this tweet, which links to a reddit thread that used the PRISM dataset to make an animated map of precipitation in the US.
Last updated on Mar 26, 2019
14 min read
Stratigraphic diagrams with tidypaleo & ggplot2
This post covers creating stratigraphic diagrams using ggplot2, highlighting the helpers contained within the tidypaleo package, which I’ve been using for the past few months to create diagrams. I chose the ggplot2 framework because it is quite flexible and can be used to create almost any time-stratigraphic diagram except ones that involve multiple axes (we can have a fight about whether or not those are appropriate anyway, but if you absolutely need to create them I suggest you look elsewhere).
Last updated on Aug 14, 2018
18 min read
Modifying facet scales in ggplot2
There is a very old issue in ggplot2 about the ability to modify particular scales when using facet_wrap() or facet_grid(). I often have this problem when using lots of facets, as sometimes the labels overlap with eachother on some of the scales.
Last updated on Feb 27, 2018
6 min read
Verbifying nouns and using the pipe in ggplot2
There is a lot of talk about the ggplot2 package and the pipe. Should it be used? Some approaches, like the ggpipe package, replace many ggplot2 functions, adding the plot as the first argument so they can be used with the pipe.
Last updated on Feb 27, 2018
3 min read
Cite
×