We can also use the gganimate package to convert the image into a gif. library(gganimate) p1.anim = p1 + transition_reveal(Date) ...
確定! 回上一頁