element_markdown

Making a waffle chart in R with the tidyverse to assess proposals for cutting the US budget (CC358)

Creating a jitter plot / stripchart with ggplot2's geom_jitter and stat_summary in R (CC090)

Using factors in R to create a new calendar and see how much snow do we get in Michigan (CC238)

Creating a labeled scatter plot in R with ggplot2 (CC157)

Grouped stacked barchart for individuals using ggplot2 with geom_col and facet_grid (CC106)

Changing the size of points in in ggplot2 with scale_size (CC086)

Creating a stacked barchart in R with ggplot2 (CC102)

How to set the order and value of factors in R using factor and fct_reorder (CC148)

Cleveland dot chart vs bar plot with R's ggplot2 (CC158)

Creating side-by-side line plots with ggplot2's facet_grid function in R (CC330)

Sub-subtitle in a graph made with ggplot2

Using the ggridges R package to recreate an infographic describing the baby boom (CC359)

CS50 - Submission for Project 1

Conquering Code Generation in Dart – Part 3: Implement a static blog generator

STOP Wasting Space on HUGE LEGENDS | A ggplot2 step-by-step guide

Using the R glue package to embed variable values in ggplot2 figures (CC085)

Manipulating axes (position scales) for continuous and discrete data in ggplot2 (CC154)

Adding patterns to barplots with ggpattern and ggplot2 in R (CC319)

How to add text to a figure using the R ggplot2 package with geom_text (CC149)

Applying concepts from Storytelling with Data in R using ggplot2 (CC155)

Animate two synchronized figures in R with gganimate, magick, and ggplot2 (CC100)

Using geom_line to change the appearance of a line plot with ggplot2 in R (CC097)

Using gganimate to animate changes in life expectancy and health care spending with R (CC339)

website = blogdown + github (part 2a)