search for: goldenrod1

Displaying 3 results from an estimated 3 matches for "goldenrod1".

Did you mean: goldenrod
2006 Nov 14
1
alphachannel on pdf-device
...(c(1,8), c(1,8), type="l", col="lightblue", lwd=15) # polygon with alphachannel=64 (transparency 40%) polygon(c(5,2,2,5,5), c(2,2,5,5,2), col=rgb(255,192,203,64, max = 255), border=NA) text(4,2, "transparency 40%") # rectangle with alphachannel=255 (no transparency) goldenrod1 <- rgb(255,193,37,255, names=c("goldenrod1"), max=255) rect(4,4,7,7, col=goldenrod1, border=goldenrod1) text(5,7, "no transparency") dev.off() ----------------------------------------------- In this example (see pdf in attachment) after plotting a line without any transpa...
2010 May 22
1
Creating the Firefox Download Analytics Map in R
By any chance has anyone put together the R code for reproducing the Firefox Downloads Analytics Map in R? Here is a link to an example: http://www.knitwareblog.com/wp-content/uploads/2008/06/firefox-3-download-map.jpg I'll try to track down the inputs, but I am interested in putting the code to produce this or something similar. Any hints about the best packages, or references to R Blog
2000 Feb 29
0
mapping of colornames into hsv: half way done
...ot;, "cyan2", "#00EEEE", "cyan3", "#00CDCD", "cyan4", "#008B8B", "darkblue", "#00008B", "darkcyan", "#008B8B", "darkgoldenrod", "#B8860B", "darkgoldenrod1", "#FFB90F", "darkgoldenrod2", "#EEAD0E", "darkgoldenrod3", "#CD950C", "darkgoldenrod4", "#8B6508", "darkgray", "#A9A9A9", "darkgreen", "#006400", "darkgre...