Skip to content

Instantly share code, notes, and snippets.

@firaswehbe
Created February 14, 2014 17:55
Show Gist options
  • Save firaswehbe/9005752 to your computer and use it in GitHub Desktop.
Save firaswehbe/9005752 to your computer and use it in GitHub Desktop.
png(filename="hello%03d.png",width=800,height=800)
plot(c(1:100),c(1:100))
plot(c(1:100),c(1:100))
plot(c(1:100),c(1:100))
dev.off()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment