Last active
September 9, 2015 14:02
-
-
Save tslumley/21a7770318c4ff2e3466 to your computer and use it in GitHub Desktop.
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
redpeak=function(s,w){ | |
x=c(0,0,1,NA, 1,2,2,NA,0.5,1,1.5) | |
y=c(0,1,1,NA,1,1,0,NA,0,0.5,0) | |
polygon(x*w+s[1],y*w+s[2],col=c("black","navyblue","#98332f")) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment