Displaying 2 results from an estimated 2 matches for "dodgerblue4".
Did you mean:
dodgerblue3
2010 May 20
3
lines on plot
Is there an easier way to make this graph *without* having to specify all of
the separate segment arguments at the end?
> x <- c(1,2)
> off <- c(4,5.5)
> def <- c(5.5,5.9)
> par(fg="lightblue4")
>
plot(x,off,type="o",col="dodgerblue4",ylim=c(2,7),xlim=c(0.7,2.3),axes=F,xlab="Labor
Condition",ylab="Willingness to Join",lwd=3)
> lines(def,type="o",pch=22,lty=2,col="firebrick",lwd=3)
> axis(1,at=x,lab=c("Sufficient","Insufficient"))
> axis(2,at=2:7,lab=c(&qu...
2000 Feb 29
0
mapping of colornames into hsv: half way done
..."dimgray", "#696969",
"dimgrey", "#696969",
"dodgerblue", "#1E90FF",
"dodgerblue1", "#1E90FF",
"dodgerblue2", "#1C86EE",
"dodgerblue3", "#1874CD",
"dodgerblue4", "#104E8B",
"firebrick", "#B22222",
"firebrick1", "#FF3030",
"firebrick2", "#EE2C2C",
"firebrick3", "#CD2626",
"firebrick4", "#8B1A1A",
"floralwhite"...