From: Frederik Vanrenterghem Date: Thu, 9 Nov 2017 11:28:45 +0000 (+0800) Subject: Only loop through the graphs twice. X-Git-Url: http://git.vanrenterghem.biz/R/project-au-taxstats.git/commitdiff_plain/83ec806f511257df27151b397a132b3d9d061c84?hp=e1edd57fa5b695af2bccf3cb264a9856eb24b61b Only loop through the graphs twice. --- diff --git a/AU-taxstats.R b/AU-taxstats.R index 75154d4..92577c6 100644 --- a/AU-taxstats.R +++ b/AU-taxstats.R @@ -81,4 +81,4 @@ plots <- function() {lapply(cities, function(x){ }) } -saveGIF(plots(),movie.name = "AUCitiesIncomeDistribution.gif", interval = 2) +saveGIF(plots(),movie.name = "AUCitiesIncomeDistribution.gif", interval = 2, loop = 2)