Displaying 2 results from an estimated 2 matches for "gray96".
Did you mean:
  gray90
  
2010 May 29
3
adding statistical output to a plot
...minitab's QQ plotting output (with SW
test and AD test results on the graph):
mtab.norm<-function(x)
{ library(nortest)
library(lattice)
x<-as.numeric(x)
x<-as.vector(x)
plot.ht<-4.6
plot.wd<-4.6
pt.ht=plot.ht/5
txt.sz<-(plot.ht/7.5)
X11(width=plot.wd, height=plot.ht, bg='gray96')
qqplot(x, pch=16, cex=pt.ht, col=palette()[c(1,2)], xlab=paste(colnames(x)),
ylab='Normal Quantile-Quantile Plot', main='')
grid(grid(col = "darkgray"))
st.x<-shapiro.test(x)
mtext(paste(st.x$method, "\np=",st.x$p.value,"\n W=",st.x$statistic...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...E3E3E3",
    "gray90",		"#E5E5E5",
    "gray91",		"#E8E8E8",
    "gray92",		"#EBEBEB",
    "gray93",		"#EDEDED",
    "gray94",		"#F0F0F0",
    "gray95",		"#F2F2F2",
    "gray96",		"#F5F5F5",
    "gray97",		"#F7F7F7",
    "gray98",		"#FAFAFA",
    "gray99",		"#FCFCFC",
    "gray100",		"#FFFFFF",
    "green",		"#00FF00",
    "green1",		"#00FF00&q...