Displaying 2 results from an estimated 2 matches for "ff6633".
Did you mean:
6633
2003 Oct 29
1
Wishlist: user-specified color names for palette() (PR#4836)
......, green=..., blue=..., names=mycolors)) to define my
own color palette. After doing this, the names `mycolors' are not stored in
palette() anymore, so that palette() returns a mix of built-in color names and
RGB values.
Eg:
> palette()
[1] "black" "#EAA200" "#FF6633" "gray60"
I wish that palette() would return a _named vector_ like this:
> palette()
black orange tomato gray
"#000000" "#EAA200" "#FF6633" "#999999"
One application:
I want to specify colors by name, where the names...
2010 Nov 13
1
barplot3d cutting off labels
...lt; 6","GWTD > 6"),
row.lab=c("GW ECe < 1","1 <= GW ECe < 2","2 <= GW ECe < 3","3 <= GW ECe
< 4","4 <= GW ECe < 5","5 <= GW ECe < 6","GW ECe > 6"),
col.bar=c("#FF6633","#FFFF33","#99CCFF","#9933FF","#44ff58","#CCFFFF","#FF6666"),
z.lab="Soil ECe")
I've also tried to use par(mar=c(5,5,5,5)) or par(oma=c(5,5,5,5)), but to no
avail. Any ideas?
Thanks,
E
--
View this message in...