search for: 00ffd2

Displaying 1 result from an estimated 1 matches for "00ffd2".

2010 Oct 11
2
filled.contour: colour key decoupled from main plot?
...the colour bars (and I understood why). Here is the code with simplistic data: xlon <- seq(10, 60, len=10) ylat <- seq(20, 50, len=10) prcp <- abs(rnorm(length(xlon)*length(ylat)))*1000 zprcp <- array(zprcp,c(length(xlon),length(ylat))) zprcp.colour <-c("#EDFFD2","#00FFD2","#00F0FF","#00B4FF","#0078FF","#003CFF","#0000FF","#3C00FF","#7800FF","#B400FF","#FF0096") zprcp.quants <- rev(quantile(zprcp,na.rm=T,probs=c(1,0.98,0.9,0.8,0.7,0.6,0.5,0.4,0.3,0.2,0.1))) zprcp.breaks...