Displaying 1 result from an estimated 1 matches for "methopren".
Did you mean:
methoprene
2012 Nov 07
1
change colour of geom_step by scale_colour_manual
...uot;, limits=c(0,16),
expand=c(0,0), breaks=c(5, 10, 15)) +
scale_colour_discrete(name ="Group",
breaks=c("ace", "ctrlAM","met"),
labels=c("acetone",
"untreated","methoprene"))+
theme_bw() + # maek background theme
black and white
opts(legend.justification=c(1,0),# legend
justification needs to be in the (options)
legend.position=c(1,0),...