Skip to content

Instantly share code, notes, and snippets.

@aurielfournier
Created April 13, 2016 15:59
Show Gist options
  • Save aurielfournier/c54201a063aeb614adf96a21c9199dba to your computer and use it in GitHub Desktop.
Save aurielfournier/c54201a063aeb614adf96a21c9199dba to your computer and use it in GitHub Desktop.
cool_science_stuff <- data.frame(a=runif(20, 2, 5), b=runif(20, 5, 10), c=rep("long name \nof a thing", 20))
ggplot(data=cool_science_stuff)+
geom_boxplot(aes(x=c, y=a))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment