Skip to content

Instantly share code, notes, and snippets.

@doyle
Created April 25, 2017 13:54
Show Gist options
  • Save doyle/134b0701016bbb9787c1643e16431cfe to your computer and use it in GitHub Desktop.
Save doyle/134b0701016bbb9787c1643e16431cfe to your computer and use it in GitHub Desktop.
Example using ggpairs
library(GGally)
csv = read.csv(file="path", head=TRUE,sep=",")
ggpairs(csv, columns = c(3, 7))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment