Displaying 3 results from an estimated 3 matches for "228b22".
Did you mean:
228122
2012 Feb 03
1
incomplete final line found on <name of my sourced function file>
...ot;,"#9ACD32",
"#99CCFF","#6495ED","#66CDAA","#EEC900","#BC8F8F",
"#C00000","#696969","#473C8B","#8B4500", "#FF7F00","#9370DB",
"#800000","#104E8B","#228B22")[20:1]
myagg<-aggregate(indata[invars],by=indata[datesvar],FUN=myfunction)
yrange=range(pretty(as.matrix(myagg[2:length(myagg)])))
if(fixedy==0){
ymin<-yrange[1]
ymax<-yrange[2]} else {
ymin<-0
ymax<-yrange[2]}
ydistance<-ymax-ymin
if(ydistance>...
2010 Oct 18
0
Question about legend parameters
...D32",
"#99CCFF","#6495ED","#66CDAA","#EEC900","#BC8F8F",
"#FF7F00","#C00000","#9370DB","#473C8B","#696969",
"#8B4500","#800000","#0000CD","#104E8B","#228B22")
### Check them out:
temp<-barplot(1:20,rep(1,20),col=all.colors,horiz=T)
xx <- c(my.data$date, rev(my.data$date))
bottom.y.coordinates<-rowSums(my.data[names(negatives)])
par(mar=c(5,4,4,6),xpd=F)
plot(x=my.data$date, y=bottom.y.coordinates, ylim=ylim, col='white',
type=&...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...ot;#B22222",
"firebrick1", "#FF3030",
"firebrick2", "#EE2C2C",
"firebrick3", "#CD2626",
"firebrick4", "#8B1A1A",
"floralwhite", "#FFFAF0",
"forestgreen", "#228B22",
"gainsboro", "#DCDCDC",
"ghostwhite", "#F8F8FF",
"gold", "#FFD700",
"gold1", "#FFD700",
"gold2", "#EEC900",
"gold3", "#CDAD00",
"gold4&...