search for: grey100

Displaying 4 results from an estimated 4 matches for "grey100".

Did you mean: grey10
2011 Oct 26
1
Using abline in lattice
...ountry ~ X1 + X2 + X3 + X4 + X5 + X6 + X7, data=graph4, xlim=c(0,130), #scales = list(alternating = 1, cex=1.2), xlab="", panel = function (x,y) { stack=F groups=country panel.barchart(x,y, col=c("grey20","grey100","grey50","grey83","grey33","grey67","grey0")) panel.abline(v = 20, lty = 2, col = "blue") } ) But now I would like to add vertical lines at certain values (20, 40, etc.), but because I couldn't make t...
2012 Feb 07
3
Lattice - different axis length
...layout=c(3,1), par.strip.text=list(cex=1.5), scales = list(alternating = 3, cex=1.2, tick.number=5), xlab="", col=c("grey15","grey75","grey30","grey90","grey45","grey0","grey60","grey100"), #col=c(grey(100:1/100), grey(50:1/100), grey(0:1/100)), stack=T) Unfortunately, in the first two periods there are much less data, hence the bars are much shorter in those two panels and most of the space is unused, as the axis still run to 150 as for the last panel. Does...
2009 Oct 13
2
General means of matching a color specification to an official R color name
Hello List Dwellers: I?ve looked around quite a bit, but don?t quite see an answer that I understand. I?m looking for a way to take any kind of color specification (rgb, hsv, hcl, hex) and match it to the n-nearest R official color names. Clearly it is easy to interconvert different specification schemes and color spaces, but matching to the name seems a bit trickier. Seems like if one has a
2000 Feb 29
0
mapping of colornames into hsv: half way done
...EDEDED", "grey94", "#F0F0F0", "grey95", "#F2F2F2", "grey96", "#F5F5F5", "grey97", "#F7F7F7", "grey98", "#FAFAFA", "grey99", "#FCFCFC", "grey100", "#FFFFFF", "honeydew", "#F0FFF0", "honeydew1", "#F0FFF0", "honeydew2", "#E0EEE0", "honeydew3", "#C1CDC1", "honeydew4", "#838B83", "hotpink", &quot...