Skip to content

Instantly share code, notes, and snippets.

library(tidyverse)
library(latex2exp)
library(patchwork)
library(animation)
(
ggplot(data.frame(x = 0:30), aes(x = x)) +
stat_function(
fun = dnorm,
args = list(mean = 30, sd = 4),