Skip to content

Instantly share code, notes, and snippets.

View she3o's full-sized avatar

Anas sheashaey she3o

View GitHub Profile
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),