I have this dummy data as example: library(ggplot2) library(gganimate) dummy <- data.frame(year = 2000:2022, inside = rnorm(23),
I would like to animate a ggplot with gganimate using geom_area with different values for the years between 2000 and 2050. However, for some reason if I include