Skip to content

Instantly share code, notes, and snippets.

View madams1's full-sized avatar

Matt Adams madams1

View GitHub Profile
library(ggplot2)
library(dplyr)
lotr <- readr::read_tsv("https://raw.githubusercontent.com/jennybc/lotr-tidy/master/data/lotr_clean.tsv") %>%
rename_all(tolower)
# bars ----------------------------------------------------------------------------------------
lotr_by_race <- lotr %>%
group_by(race) %>%
@madams1
madams1 / .block
Last active January 30, 2019 16:45
.enter()
license: mit
@madams1
madams1 / .block
Last active January 30, 2019 16:38
.enter()
license: mit
@madams1
madams1 / .block
Last active January 30, 2019 16:36
bound_data_1
license: mit
@madams1
madams1 / .block
Last active June 11, 2019 21:16
TAL_dialogue
license: mit
height: 700
@madams1
madams1 / .block
Last active January 28, 2019 15:25
TAL_dialogue_with_filters
license: mit
height: 700
@madams1
madams1 / .block
Last active January 30, 2019 14:41
TAL_dialogue_with_axes
license: mit
height: 1000
@madams1
madams1 / .block
Last active January 27, 2019 08:02
TAL_dialogue_positioned_tooltip
license: mit
height: 1000
@madams1
madams1 / .block
Last active January 30, 2019 14:29
TAL_dialogue_simple_rects_binned
license: mit
@madams1
madams1 / .block
Last active January 30, 2019 14:21
TAL_dialogue_simple_rects_color_scaled
license: mit