search for: grey0

Displaying 7 results from an estimated 7 matches for "grey0".

Did you mean: grey
2011 Oct 26
1
Using abline in lattice
...= 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 the abline command work with the above code, I wrote a panel function. Then the vertical lines...
2012 Feb 07
3
Lattice - different axis length
...=T, xlim=c(0,150), 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...
2018 Jan 09
3
barplot_add=TRUE
...p (males and females) catches per week? Hecke<-trap[trap$station=="FiBL_Hecke",] # station = Hecke m<-Hecke[Hecke$m_w=="m",] # male trap catches w<-Hecke[Hecke$m_w=="w",] # female trap catches barplot(m$trapcatch, ylab="Y", space=0.5, col=c("grey0"), ylim=c(0,450), las=2, cex.lab=0.9, cex.axis=0.9, cex.names=0.9) barplot(w$trapcatch,space=0.5, add=TRUE, beside=FALSE, col=c("grey50"), xaxt="n", yaxt="n") Thanks a lot Sibylle [[alternative HTML version deleted]]
2018 Jan 09
0
barplot_add=TRUE
...> > > > Hecke<-trap[trap$station=="FiBL_Hecke",] # station = Hecke > m<-Hecke[Hecke$m_w=="m",] # male trap catches > w<-Hecke[Hecke$m_w=="w",] # female trap catches > > barplot(m$trapcatch, ylab="Y", space=0.5, col=c("grey0"), ylim=c(0,450), las=2, cex.lab=0.9, cex.axis=0.9, cex.names=0.9) > barplot(w$trapcatch,space=0.5, add=TRUE, beside=FALSE, col=c("grey50"), xaxt="n", yaxt="n") > > Thanks a lot > Sibylle > [[alternative HTML version deleted]] > > _________...
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
2018 Jan 09
1
barplot_add=TRUE
...r week? >> Hecke<-trap[trap$station=="FiBL_Hecke",] # station = Hecke >> m<-Hecke[Hecke$m_w=="m",] # male trap catches >> w<-Hecke[Hecke$m_w=="w",] # female trap catches >> barplot(m$trapcatch, ylab="Y", space=0.5, col=c("grey0"), ylim=c(0,450), las=2, cex.lab=0.9, cex.axis=0.9, cex.names=0.9) >> barplot(w$trapcatch,space=0.5, add=TRUE, beside=FALSE, col=c("grey50"), xaxt="n", yaxt="n") >> Thanks a lot >> Sibylle >> [[alternative HTML version deleted]] >> _...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...FF00", "green1", "#00FF00", "green2", "#00EE00", "green3", "#00CD00", "green4", "#008B00", "greenyellow", "#ADFF2F", "grey", "#BEBEBE", "grey0", "#000000", "grey1", "#030303", "grey2", "#050505", "grey3", "#080808", "grey4", "#0A0A0A", "grey5", "#0D0D0D", "grey6", "#0F0F0F",...