Displaying 2 results from an estimated 2 matches for "green1".
Did you mean:
green
2009 Nov 26
3
barchart() {Lattice} help.
Hi R Users,
I'm trying to plot a stacked barplot. Here is data:
Sample Col1 Col2 Col3
Row1 -2 4 -1
Row2 3 -2 4
Row3 3 5 -2
Row4 4 1 -1
I'm using following R code:
library(lattice)
dta<-read.table("data.txt", header=TRUE, row.names="Sample")
barchart(data.matrix(dta),
horizontal=FALSE,
stack=TRUE,
col=2:4,
2000 Feb 29
0
mapping of colornames into hsv: half way done
...rkgray", "#A9A9A9",
"darkgreen", "#006400",
"darkgrey", "#A9A9A9",
"darkkhaki", "#BDB76B",
"darkmagenta", "#8B008B",
"darkolivegreen", "#556B2F",
"darkolivegreen1", "#CAFF70",
"darkolivegreen2", "#BCEE68",
"darkolivegreen3", "#A2CD5A",
"darkolivegreen4", "#6E8B3D",
"darkorange", "#FF8C00",
"darkorange1", "#FF7F00",
"...