Displaying 2 results from an estimated 2 matches for "grey98".
Did you mean:
grey90
2011 Aug 21
1
Dot plot with two grouping variables concurrently
...,
points=list(pch=21,cex=1.3,fill=col.pat,col="black")
)
##set some parameters for the dotplot
trellis.par.set(
dot.line=list(col = "transparent"),
axis.line=list(col = "grey90"),
axis.text=list(col ="grey50", cex=0.8),
panel.background=list(col="grey98"),
par.xlab.text= list(col="grey50")
)
## Create the dot plot
dotplot(reorder(Mine, Resc_Gt)~ Resc_Gt,groups=Commodity,
data=Cal_dat,
cex=1.2,
pch=21,
aspect=2.0,
key=plot.key,
col="black",
fill=col.pat,
origin=0,
type = c("p", "h"),
m...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...E8E8E8",
"grey92", "#EBEBEB",
"grey93", "#EDEDED",
"grey94", "#F0F0F0",
"grey95", "#F2F2F2",
"grey96", "#F5F5F5",
"grey97", "#F7F7F7",
"grey98", "#FAFAFA",
"grey99", "#FCFCFC",
"grey100", "#FFFFFF",
"honeydew", "#F0FFF0",
"honeydew1", "#F0FFF0",
"honeydew2", "#E0EEE0",
"honeydew3", "#...