Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Created March 7, 2018 21:43
Show Gist options
  • Save alexhallam/6121f191359d51358091f0a98a549365 to your computer and use it in GitHub Desktop.
Save alexhallam/6121f191359d51358091f0a98a549365 to your computer and use it in GitHub Desktop.
ggpairs like pairs
GGally::ggpairs(upper = list(continuous = "points"),
lower = list(continuous = "cor"))
@alexhallam
Copy link
Author

alexhallam commented Mar 29, 2018

ggpairs(upper = list(continuous = wrap("smooth", alpha = 0.3, size=0.1)),
lower = list(continuous = "cor")) + theme_classic()
print(p, progress = F)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment