Skip to content

Instantly share code, notes, and snippets.

@WideWord
Created January 19, 2015 10:22
Show Gist options
  • Select an option

  • Save WideWord/532bdc0e38659ddf9ab1 to your computer and use it in GitHub Desktop.

Select an option

Save WideWord/532bdc0e38659ddf9ab1 to your computer and use it in GitHub Desktop.
animclocks<-function(a1,b1,a2,b2){
saveHTML({
ani.options(interval=0.04)
png(ani.options("img.fmt"))
dev.off()
},img.name="Y",ani.type='png',
htmlfile="Y.html",imgdir="ImageHTML",autoplay=FALSE,
interval=0.04,title="TestHTML")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment