Displaying 1 result from an estimated 1 matches for "eeeeaa".
2006 Sep 01
3
histograms
...trying to modify the following example code, but I guess I need
some help as I am not very comfortable with R
require(lattice)
sundar.theme <- function() {
par <- col.whitebg()
par$strip.background$col <- rep("#000099", 7)
par$add.text$col <- "#eeeeaa"
par$add.text$font <- 2
par$background$col <- "#ffffff"
par$superpose.line$lty <- rep(1, 7)
par$superpose.line$col[1:2] <- c("#880000", "#008800")
par$superpose.symbol$col[1:2] <- c("#880000", "...