How I adapt one figure to look like another in R (CC220)

June 9, 2022 • PD Schloss • 1 min read

In this episode Pat will use R to adapt a figure made by one creator to look like one made by another creator. He’ll share his thought process for thinking about what code needs to be adapted to achieve the desired effect. This will all be done using animated climate spirals of monthly temperature anomalies by month using NASA’s GISS data using tools from the ggplot2 and gganimate R packges. This figure shows the deviation in annual global mean temperatures from the normalized temperatures of 1951 to 1980 as a line plot. The lines are colored according to the size of the temperature anomaly. He uses transition_reveal, transition_manual, coord_polar, geom_line, scale_color_viridis_c, and a smattering of arguments from the theme function to create this provocative visual. All of this is done in R with the help of RStudio.

Code

You can browse the state of the repository at the