Displaying 3 results from an estimated 3 matches for "grey97".
Did you mean:
grey90
2007 Sep 20
1
help with making a function of scatter plot with multiple variables
...call a function with the new variables. I dont have any experience in making a function and would be very grateful if you can help me. A function will shorten my prog dramatically, since I repeat tthis type of graph alots in my analysis.
Thanks in advance,
Tom
op <- par(bg = "grey97")
par(mfrow=c(1,2))
plot(d1,v1, pch="v", col="orange",cex=0.6, lwd=2,
xlab="day", ylab="resp",cex.main =1,font.main= 1,main=" Surv data",ylim=y,xlim=x,
col.main="navyblue",col.lab="navyblue",cex.lab=0.7)...
2011 Jun 24
1
try to generate graph for each element of my list
...ntari/Legenda_paese.csv",header=TRUE)
leg <- data.frame(ISO3=colnames(x),inutile=1)
legenda <- merge(legenda,leg, by="ISO3", all.y=TRUE)
png(paste("/home/Tessile/Output/Gra/MaxM/QuoteEXperPaese_",i,".png"),
width=1661,height=828)
graph <-{par(bg="grey97", font=3,font.axis=3,bty="l",las=1, mar=c(8,6,4,2),
xpd=FALSE)
yrange<-c(min(x,na.rm=TRUE), 1.05*max(x,na.rm=TRUE))
colori <- c("Blue","Aquamarine1", "Firebrick3", "Chocolate4", "BlueViolet",
"Yellow3")
chart.TimeSer...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...E5E5E5",
"grey91", "#E8E8E8",
"grey92", "#EBEBEB",
"grey93", "#EDEDED",
"grey94", "#F0F0F0",
"grey95", "#F2F2F2",
"grey96", "#F5F5F5",
"grey97", "#F7F7F7",
"grey98", "#FAFAFA",
"grey99", "#FCFCFC",
"grey100", "#FFFFFF",
"honeydew", "#F0FFF0",
"honeydew1", "#F0FFF0",
"honeydew2", "#E0...