search for: red4

Displaying 6 results from an estimated 6 matches for "red4".

Did you mean: red
2010 Jul 18
5
package "plotrix"
...main="Intrinsic Dimensionality of 1D Helix",font.main=2,cex.main=2,col.main="red", xlab="Number of Nearest-Neighbors",ylab="Estimated Dimension",col.lab="red",cex.lab=1,font.lab=2, xaxt="n",yaxt="n",pch=19,col="red4") axis(1,at=NN[1:40],labels=NN[1:40],cex.lab=1,cex.axis=0.8,col.axis="blue",lwd.ticks=0.5,col.ticks ="gray3") axis(2,at=c(0,0.5,1,1.5,2,2.5,3,3.5,4),labels=c(0,0.5,1,1.5,2,2.5,3,3.5,4),cex.lab=1,cex.axis=0.8, col.axis="blue",lwd.ticks=0.5,col.ticks ="gray3&...
2011 Jan 13
0
Colouring areas on a map with updated maptools functions
...states. The code then plotted those numbers as colours on the map so each state had the appropriate colour. This was the code: x<-read.shape("NGADMIN2.SHP") xpolys<-Map2poly(x) coverage<-read.table("coveragemar08.txt",header=T) colour1<-coverage[,2] palette(c("red4","red3","red2","orangered","orange","gold1","yellow","white")) plot(xpolys, axes=F, colour1) I've now come back to using this and discovered that some of these functions are no longer in use. I've figured out how to...
2024 Dec 17
1
Colores diseño matriz
...El siguiente código, muy primitivo, tiene una idea de cómo visualmente sería entendible. M3<-matrix(sample(0:4,25,replace=TRUE),nrow=5) M3 colors<-c("0"="red","1"="red1","2"="red2","3"="red3","4"="red4") image(1:nrow(M3),1:ncol(M3),M3,col=colors) Supongamos que la matríz de este ejemplo M3 es X, en X?X se me deberían formar los colores. ¿Alguien vio un ejemplo o tiene una idea? Gracias.
2024 Dec 20
2
Colores diseño matriz
...y primitivo, tiene una idea de cómo visualmente > sería entendible. > > M3<-matrix(sample(0:4,25,replace=TRUE),nrow=5) > M3 > colors<-c("0"="red","1"="red1","2"="red2","3"="red3","4"="red4") > image(1:nrow(M3),1:ncol(M3),M3,col=colors) > > Supongamos que la matríz de este ejemplo M3 es X, en X?X se me deberían > formar los colores. > > ¿Alguien vio un ejemplo o tiene una idea? > > Gracias. > _______________________________________________ > R-help-e...
2009 Oct 13
2
General means of matching a color specification to an official R color name
Hello List Dwellers: I?ve looked around quite a bit, but don?t quite see an answer that I understand. I?m looking for a way to take any kind of color specification (rgb, hsv, hcl, hex) and match it to the n-nearest R official color names. Clearly it is easy to interconvert different specification schemes and color spaces, but matching to the name seems a bit trickier. Seems like if one has a
2000 Feb 29
0
mapping of colornames into hsv: half way done
...quot;hotpink3", "#CD6090", "hotpink4", "#8B3A62", "indianred", "#CD5C5C", "indianred1", "#FF6A6A", "indianred2", "#EE6363", "indianred3", "#CD5555", "indianred4", "#8B3A3A", "ivory", "#FFFFF0", "ivory1", "#FFFFF0", "ivory2", "#EEEEE0", "ivory3", "#CDCDC1", "ivory4", "#8B8B83", "khaki", "#F0E68C&quot...