Displaying 2 results from an estimated 2 matches for "grey85".
Did you mean:
grey80
2012 Feb 20
3
Run function several times changing only one argument - without a loop
...people,
I created a plot which looks like this:
Ee1<-matrix(c(88,86,74,62,41),ncol=5)
colnames(Ee1)<-c("Lehrer","Lehrerinnen","Klassenkollegen","Klassenkolleginnen","Geschwister")
par(las=1)
par(mar=c(5,13,4,2))
barplot(Ee1,horiz=T,col="grey85",border="NA",xlim=c(0,100),axes=F)
axis(2,pos=10, tick=T, tcl=F, labels=F,col="white")
axis(2,pos=20, tick=T, tcl=F, labels=F,col="white")
axis(2,pos=30, tick=T, tcl=F, labels=F,col="white")
axis(2,pos=40, tick=T, tcl=F, labels=F,col="white")
a...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...C7C7C7",
"grey79", "#C9C9C9",
"grey80", "#CCCCCC",
"grey81", "#CFCFCF",
"grey82", "#D1D1D1",
"grey83", "#D4D4D4",
"grey84", "#D6D6D6",
"grey85", "#D9D9D9",
"grey86", "#DBDBDB",
"grey87", "#DEDEDE",
"grey88", "#E0E0E0",
"grey89", "#E3E3E3",
"grey90", "#E5E5E5",
"grey91", "#E8E8E8&q...