Skip to content

Instantly share code, notes, and snippets.

@thoolihan
Created November 13, 2014 20:59
Show Gist options
  • Save thoolihan/c8601b3f02c7e85506b7 to your computer and use it in GitHub Desktop.
Save thoolihan/c8601b3f02c7e85506b7 to your computer and use it in GitHub Desktop.
Plot Binary Values
bits <- 1:8
n <- 2 ^ bits
plot(n ~ bits, type = "b")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment