LIS 5318 Module 13 - GIF
For Module 13, the class was instructed to create a GIF file from the following code: install.packages("animation") library(animation) saveGIF({ for (i in 1:10) plot(runif(10), ylim = 0:1) }) Below is my animation. The animation can inform a report on a set of data by visualizing the points at which variables change. Above is the same animation using R studio. This animation is clear and can be interpreted with greater detail.