Skip to content

Instantly share code, notes, and snippets.

@Torenable
Created July 4, 2017 03:13
Show Gist options
  • Save Torenable/7a9d6e84553d2e13d7c71de2cf21eeb4 to your computer and use it in GitHub Desktop.
Save Torenable/7a9d6e84553d2e13d7c71de2cf21eeb4 to your computer and use it in GitHub Desktop.
library(ggplot2)
# var ~ grp
ggplot(aes(x = grp, y = var)) + geom_boxplot()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment