Results are found in the images
folder, with corresponding code in the code
folder.
Use dplyr to clean and reshape XML data downloaded from the iPhone's Health application. Visualize the number of steps taken at each hour of the day using ggplot2, broken down by month.
Use base R plotting functions to generate a daily heatmap of any variable (in this case, steps / day).
Use dplyr and ggplot2 to visualize ozone concentrations in different provinces of Spain.
Using data from fivethirtyeight, visualize the political donations of scientists in the US based upon political party.
Rmarkdown outlining the process of creating a publication-ready visualization.
Contains a RShiny application to interactively select columns to scatter plot and fit smoothed linear models to. Contains tooltips and color selections.
Workshop on data cleaning with tidyr to convert scraped nested matrices to a dataframe that can be visualized.