Displaying 1 result from an estimated 1 matches for "0000dd".
Did you mean:
00000d
2003 Apr 23
1
Text on a boxplot graph
...labelling
lb <- c()
for( n in names(o) )
lb <- c(lb, paste("\n",n,"\n",o[[n]], sep=""))
boxplot(x[,-c(10,11)],
varwidth=TRUE,
col=c("#FF0000","#EE0000","#DD0000","#00FF00","#0000FF","#0000DD","#0000BB","#000099"),
col.lab="dark red",
col.axis="blue",
main="Boxplots for Polling results, 1868 clusters, 9604 simulated
requests",
names=lb,
xlab="RED BOXPLOTS: precision dependent - GREEN BO...