I have an array var1
of 94 numbers. I want them to be shown in a gif with defined interval (e.g. 0.05 seconds). If possible, I also want to add an number line. I expect to see a picture like this (animated, of course):
========================================================
COV1 = 2.34
----------|-------------------------------------> cov1
_____2.34
========================================================
I just succeeded in using the gganimate
package for some plots but then I realized I also needed to animate something that are not plots... Maybe something related to the animation
package?
Thanks!