Displaying 2 results from an estimated 2 matches for "grey41".
Did you mean:
grey40
2009 Jul 29
1
Drawing lines in margins
...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,legend=c("Female&qu...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...575757",
"grey35", "#595959",
"grey36", "#5C5C5C",
"grey37", "#5E5E5E",
"grey38", "#616161",
"grey39", "#636363",
"grey40", "#666666",
"grey41", "#696969",
"grey42", "#6B6B6B",
"grey43", "#6E6E6E",
"grey44", "#707070",
"grey45", "#737373",
"grey46", "#757575",
"grey47", "#787878&q...