Displaying 4 results from an estimated 4 matches for "firebrick".
Did you mean:
firebrick3
2010 May 20
3
lines on plot
...,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("2","3","4","5","6","7"))
> segments(0,2,2.3,2)
> segments(0,3,2.3,3)
> segments(0,4,2.3,4)
> segments(0,5,2.3,5)
&g...
2009 May 14
0
can I plot a matrix of colors?
...& cellcol < 50] <- "#00CD00"
#Yellow2
cellcol[cellcol >= 50 & cellcol < 60] <- "#EEEE00"
#Orange2
cellcol[cellcol >= 60 & cellcol < 75] <- "#EE9A00"
#Red
cellcol[cellcol >= 75 & cellcol < 90] <- "#EE0000"
#Firebrick
cellcol[cellcol >= 90] <- "#B22222"
My question is, can I plot this matrix using image() or do the colors need
to be in a different format?
Thank you.
dxc13
http://www.nabble.com/file/p23542487/colors.txt colors.txt
--
View this message in context: http://www.nabble.com/can-I-p...
2011 Jul 13
3
Colors in R
...rkmagenta","darkgreen","darkorange","darkred","gold","midnightblue","seagreen1","tomato","slateblue","violet","purple4","palegreen","darkviolet","forestgreen","firebrick"...up to 60 colors)
labels <- c(''a'',''b'', ''c'', ''d'', ''e'', up to 60 labels)
#add lines
for (i in 1:length(npts)) {
color=colors[i]
pt = data[data$Pt==npts[i],]; plot(pt$Coordinate, pt$Log2Rati...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...uot;dimgrey", "#696969",
"dodgerblue", "#1E90FF",
"dodgerblue1", "#1E90FF",
"dodgerblue2", "#1C86EE",
"dodgerblue3", "#1874CD",
"dodgerblue4", "#104E8B",
"firebrick", "#B22222",
"firebrick1", "#FF3030",
"firebrick2", "#EE2C2C",
"firebrick3", "#CD2626",
"firebrick4", "#8B1A1A",
"floralwhite", "#FFFAF0",
"forestgreen&quo...