Created
March 9, 2016 22:47
-
-
Save coleoguy/803e9787b8a59b424808 to your computer and use it in GitHub Desktop.
blog.part1
This file contains 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
# set up a base plot | |
plot(0, 0, col = "white", xaxt = "n", yaxt = "n", xlab = "", ylab = "") | |
flower(x = 0, y = 0, colx = "red", cex.x = .015, cex.y = .035, cex.f = 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment