Skip to content

Instantly share code, notes, and snippets.

@gtgrthrst
Created May 8, 2021 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gtgrthrst/068779d55f2aa6f628b1d4989d4b46fd to your computer and use it in GitHub Desktop.
Save gtgrthrst/068779d55f2aa6f628b1d4989d4b46fd to your computer and use it in GitHub Desktop.
install.packages("GGally")
library("GGally")
ggpairs(iris, mapping = aes(color = Species))+
theme(axis.title=element_blank(), axis.text=element_blank(),
axis.ticks=element_blank())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment