Displaying 2 results from an estimated 2 matches for "f7f7f7".
Did you mean:
f87f7fc
2011 Nov 08
3
ggplot2 reorder factors for faceting
...es, as.numeric(fcData), as.numeric(times), infection, infType))
hp2 <- ggplot(plotData, aes(factor(times), genes)) + geom_tile(aes(fill = scale(as.numeric(fcData)))) + facet_wrap(~infection, ncol=4)
# set scale
hp2 <- hp2 + scale_fill_gradient2(name=NULL, low="#0571B0", mid="#F7F7F7", high="#CA0020", midpoint=0, breaks=NULL, labels=NULL, limits=NULL, trans="identity")
# set up text (size, colour etc etc)
hp2 <- hp2 + labs(x = "Time", y = "") + scale_y_discrete(expand = c(0, 0)) + opts(axis.ticks = theme_blank(), axis.text.x = t...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;gray91", "#E8E8E8",
"gray92", "#EBEBEB",
"gray93", "#EDEDED",
"gray94", "#F0F0F0",
"gray95", "#F2F2F2",
"gray96", "#F5F5F5",
"gray97", "#F7F7F7",
"gray98", "#FAFAFA",
"gray99", "#FCFCFC",
"gray100", "#FFFFFF",
"green", "#00FF00",
"green1", "#00FF00",
"green2", "#00EE00",
"green3...