标签: r ggplot2 gganimate
此处的概念性问题。假设您有一个简单的ggplot,如代码部分所示,并假设z变量具有三个级别(“红色”,“白色”,“蓝色”),并且您想使用gganimate或其他函数来显示红色和白色静态地设置线条并在x变量上从左到右设置蓝线动画,在我的情况下,这是一些动画的时间。我只在网上找到了如何对所有线条进行动画处理。
非常感谢大家!
ggplot(df, aes(x,y color = z)) +geom_line