Skip to content

Instantly share code, notes, and snippets.

@mccurcio
Created November 25, 2019 20:53
Show Gist options
  • Save mccurcio/f536657ef85c05774958d7e3a1e336a2 to your computer and use it in GitHub Desktop.
Save mccurcio/f536657ef85c05774958d7e3a1e336a2 to your computer and use it in GitHub Desktop.
Multi-Variate Graph in R
library(RColorBrewer)
names <- c("V2", "V3", "V4", "V5", "V6")
mylist <- list(wine$V2, wine$V3, wine$V4, wine$V5, wine$V6)
makeProfilePlot(mylist, names)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment