Skip to content

Instantly share code, notes, and snippets.

@Kumquatum
Last active April 16, 2018 14:22
Show Gist options
  • Save Kumquatum/5f79813bf0634b93e6ae7d01eb6bc277 to your computer and use it in GitHub Desktop.
Save Kumquatum/5f79813bf0634b93e6ae7d01eb6bc277 to your computer and use it in GitHub Desktop.
library(ggplot2)
ggplot(data = data.frame(a = c(1,2,3), b=c(4,5,6)), aes(x=a, y=b)) + geom_point()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment