Displaying 2 results from an estimated 2 matches for "add8e6".
Did you mean:
add8
2011 Apr 13
3
latex, eps graphics and transparent colors
...nd( cos(angles), sin(angles))
}
plot(1:5, 1:5, type='n', xlim=c(-1,5), ylim=c(-1,5), xlab='', ylab='',
asp=1, xaxt="n", yaxt="n")
#clrs <- trans.colors("lightblue", alpha=c(.2, .4, .6)) ## from heplots
package
clrs <- c("#ADD8E633", "#ADD8E666", "#ADD8E699")
c1 <- circle(3)
polygon( c1, col=clrs[1], border="lightblue")
polygon(.67*c1, col=clrs[2], border="lightblue")
polygon(.33*c1, col=clrs[3], border="lightblue")
arrows(-1, 0, 5, 0, angle=10, length=.2, lwd=...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...quot;,
"lemonchiffon", "#FFFACD",
"lemonchiffon1", "#FFFACD",
"lemonchiffon2", "#EEE9BF",
"lemonchiffon3", "#CDC9A5",
"lemonchiffon4", "#8B8970",
"lightblue", "#ADD8E6",
"lightblue1", "#BFEFFF",
"lightblue2", "#B2DFEE",
"lightblue3", "#9AC0CD",
"lightblue4", "#68838B",
"lightcoral", "#F08080",
"lightcyan", "#E0FFFF",...