Displaying 4 results from an estimated 4 matches for "gray100".
Did you mean:
gray10
2007 Sep 20
1
help with making a function of scatter plot with multiple variables
..."red","darkviolet","blue"),
text.col=c("orange","green4","navyblue","red","darkviolet","steelblue"),
pch=c("v","A","B","C","D","E"),bg='gray100',cex=0.7,box.lty=1,box.lwd=1)
abline(h = -1:9, v = 0:8, col = "lightgray", lty=3)
par(op)
---------------------------------
Jämför pris på flygbiljetter och hotellrum: http://shopping.yahoo.se/c-169901-resor-biljetter.html
[[alternative HTML version delet...
2012 May 09
12
Matrix heatmap
I would like to organize my data as follows:
I have a table that contains various data, and the numbers represent a level
of similarity between these data,
eg RF00013 has 100% similarity with the data RF00014.
I would leave my table as a heatmap where darker colors represent higher
similarity, and the lighter colors represent less level of similarity.
I'm using version 2.11 of R.
these
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
...EDEDED",
"gray94", "#F0F0F0",
"gray95", "#F2F2F2",
"gray96", "#F5F5F5",
"gray97", "#F7F7F7",
"gray98", "#FAFAFA",
"gray99", "#FCFCFC",
"gray100", "#FFFFFF",
"green", "#00FF00",
"green1", "#00FF00",
"green2", "#00EE00",
"green3", "#00CD00",
"green4", "#008B00",
"greenyellow", "#ADFF2...