Displaying 1 result from an estimated 1 matches for "m_sig".
Did you mean:
s_sig
2012 Aug 27
2
Font size in geom_dl (using ggplot2)
...ggplot()+
opts(legend.position="none")+
xlab("x")+ ylab("y")+
xlim(-15,15) + ylim(0,6)+
theme_complete_bw()+
scale_colour_manual(values=cols)+
geom_point(data=m, aes(x=x, y=y, colour=s), shape=19, cex=6,
alpha=0.3)+
geom_dl(method="top.bumptwice", data=m_sig, aes(x=x, y=y,
label=gene.name, colour=s, size=10))+
geom_line(data=m_s0, aes(x= x, y=y), linetype=5, colour="grey55",
size=0.5)
Your help is very much appreciated! Thx.