Shows a normal distribution curve being drawn, with optional shading for standard deviations or probability regions.
Usage
animate_normal_distribution(
mean = 0,
sd = 1,
shade_region = NULL,
shade_color = YELLOW,
show_mean = TRUE,
show_sd = TRUE,
axes = NULL,
duration = 3
)