Skip to content

Instantly share code, notes, and snippets.

@jwaageSnippets
Created December 12, 2012 10:39
Show Gist options
  • Save jwaageSnippets/4266791 to your computer and use it in GitHub Desktop.
Save jwaageSnippets/4266791 to your computer and use it in GitHub Desktop.
Change legend in ggplot2
plot + scale_fill_discrete(name="Experimental\nCondition",
breaks=c("ctrl", "trt1", "trt2"),
labels=c("Control", "Treatment 1", "Treatment 2"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment