Skip to content

Instantly share code, notes, and snippets.

@edubraa
edubraa / connected_ggiraph.R
Created June 27, 2024 15:36 — forked from AlbertRapp/connected_ggiraph.R
connected_ggiraph.R
library(dplyr)
library(ggplot2)
library(patchwork)
library(ggiraph)
dat <- gapminder::gapminder |>
janitor::clean_names() |>
mutate(
# ID that is shared for boxplots (this one uses factors, i.e. numbers, as ID instead of continents)