Hello #TidyTuesday
By Javier Tamayo-Leiva
- 3 minutes read - 478 wordsSince I started learning R, my main motivation has been to get amazing visualizations like the ones made by Cédric Scherer, Georgios Karamanis, and Thomas Lin Pedersen among many others. What mesmerizes me about them is that to achieve that goal you need to deal with code, data handling and proper graphical selection, at the same time that you check for aesthetic design. Finally, all this process will pay off turning flat data into a great piece of visualization. However, while some are more trained and/or have been gifted with skills and taste for design and aesthetics - if there is something alike - for me it has been a journey in both aspects of data visualization, becoming enjoyable wingmen of the data science journey. So, in order to incorporate all this different aspect of data and visualization into my repertoire of skills I must do some hands-on practice to learn more about the science behind the process, so while looking for ideas, it crossed my mind all the fantastic visualizations I’ve seen over the years for the #TidyTuesday contributions.
#TidyTuesday is a project aimed at the R-RStudio ecosystem where a new dataset is delivered weekly. The project emerged as a collaborative idea from the R4DS Online Learning Community and the R for Data Science textbook, and connected through the #RStats community, as an exercise to exercise the understanding of how to manipulate and organize data to make graphs with {tidyverse} tools such as {ggplot2}, {tidyr}, {dplyr}. However, it is not exclusive to the tidyverse, as the only rules are respect for the participants and sharing the code used to generate the results.
So, below I will show you my first contribution to #TidyTuesday, where I investigate the average salary of U.S. nurses by state and the number of registered nurses by state over time.
Contribution #TidyTuesday Week 41 - Registered Nurses in US
— Javier Tamayo-Leiva (@TamayoLeiva_J) October 10, 2021
Combined plot of annual salary and number of registered nurses in the US. by states.
[R Code] https://t.co/SVm4KCnDEw#ggplot2 #patchwork #dataviz pic.twitter.com/dIUs2fYtOR
The second one, in which I explored the world seafood production on global biological sustainability, and I like it as it is the first time I use the moonplots of {gggibbous}.
Contribution #TidyTuesday Week 42 - Global Fishing
— Javier Tamayo-Leiva (@TamayoLeiva_J) October 15, 2021
This week we explore the impact of global seafood production on global biological sustainability.
[R Code] https://t.co/ypEtg3tJtO#ggplot2 #gggibbous #dataviz pic.twitter.com/CsB9cUgMVH
And my favorite so far, in which I used circular visualizations inspired by a tutorial from R Graph Gallery to visualize the most popular Trail Running events in the world.
#TidyTuesday Week 44 - Ultra Trail Running
— Javier Tamayo-Leiva (@TamayoLeiva_J) October 29, 2021
This week I followed RGraphGallery's circular barplot tutorial to explore the most popular Ultra Trail Running events. @R_Graph_Gallery Thanks a lot!!!
[R Code] https://t.co/NOIMRYM8vs#ggplot2 #RGraphGallery #dataviz pic.twitter.com/mh8ghS9TU6