Skip to content

Instantly share code, notes, and snippets.

@DannyArends
Created June 18, 2014 13:24
Show Gist options
  • Save DannyArends/d7b3d8182709ac3cf4f5 to your computer and use it in GitHub Desktop.
Save DannyArends/d7b3d8182709ac3cf4f5 to your computer and use it in GitHub Desktop.
Weird plot, but nice
phi <- 0
while(TRUE){
plot(sin(phi + 1:20), col=c("black","black","red"), cex=3, pch=c("☢","☠","♥"))
Sys.sleep(0.1)
phi = phi +0.3
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment