Created
June 18, 2014 13:24
-
-
Save DannyArends/d7b3d8182709ac3cf4f5 to your computer and use it in GitHub Desktop.
Weird plot, but nice
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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