Displaying 2 results from an estimated 2 matches for "grey79".
Did you mean:
grey70
2009 Jul 29
1
Drawing lines in margins
...n the column header and the numbers. The following reconstructs the idea - just copy and paste it in:
aa <- 1:10
plot.mtx2<-cbind(aa,aa+1)
colnames(plot.mtx2)<-c("Male","Female")
lci2<- cbind(aa-1,aa)
uci2<- cbind(aa+1,aa+2)
par(mar=c(5,6,4,5))
cols <- c("grey79","grey41")
bplot2<-barplot(t(plot.mtx2),beside=TRUE,xlab="Malaria death rates per 100,000",
names.arg=paste("state",aa,sep=""),legend.text=F,las=1,xlim=c(0,13), horiz=T, col=cols,
main="Malaria death rates by state and sex")
legend(8,6,legen...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...B8B8B8",
"grey73", "#BABABA",
"grey74", "#BDBDBD",
"grey75", "#BFBFBF",
"grey76", "#C2C2C2",
"grey77", "#C4C4C4",
"grey78", "#C7C7C7",
"grey79", "#C9C9C9",
"grey80", "#CCCCCC",
"grey81", "#CFCFCF",
"grey82", "#D1D1D1",
"grey83", "#D4D4D4",
"grey84", "#D6D6D6",
"grey85", "#D9D9D9&q...