Created
April 13, 2016 15:59
-
-
Save aurielfournier/c54201a063aeb614adf96a21c9199dba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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