Skip to content

Instantly share code, notes, and snippets.

@coleoguy
Created March 9, 2016 22:47
Show Gist options
  • Save coleoguy/803e9787b8a59b424808 to your computer and use it in GitHub Desktop.
Save coleoguy/803e9787b8a59b424808 to your computer and use it in GitHub Desktop.
blog.part1
# 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