From 83ec806f511257df27151b397a132b3d9d061c84 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Thu, 9 Nov 2017 19:28:45 +0800 Subject: [PATCH] Only loop through the graphs twice. --- AU-taxstats.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2