Displaying 3 results from an estimated 3 matches for "greenyellow".
2010 Mar 31
2
(no subject)
Hi r-users,
I would like to display my legend with fill box and line symbol. The first color will be in the box and the second colour will just be a line.
legend("topright", c("observed","gamma sum fit"), col= c("greenyellow","red"),pch=c(15, NA),lty = c(0,1),lwd=2)
Is it possible?
Thank you.
[[alternative HTML version deleted]]
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
...FCFCFC",
"gray100", "#FFFFFF",
"green", "#00FF00",
"green1", "#00FF00",
"green2", "#00EE00",
"green3", "#00CD00",
"green4", "#008B00",
"greenyellow", "#ADFF2F",
"grey", "#BEBEBE",
"grey0", "#000000",
"grey1", "#030303",
"grey2", "#050505",
"grey3", "#080808",
"grey4", "#0A0A0A",...