Displaying 3 results from an estimated 3 matches for "aquamarine3".
Did you mean:
aquamarine
2010 Sep 13
1
Transparent Labels for Polar Plot
.... Is there a way to make this label background transparent?
Example:
lengths <- 0:72
bearing <- seq(from=0, to=360, by=5)
polar.plot(lengths, bearing, labels = seq(from=0, to=340, by=20),label.pos = seq(from=0, to=340, by=20), start=90, clockwise=TRUE, rp.type="p", line.col="aquamarine3", lwd=2, main="Title", radial.lim=seq(from=0, to=90, by=15))
##label at length 20 blocks view of the line around bearing 100
Thanks for your help!
-Jimmy
2011 Apr 13
0
Clustering help in Heat Maps
...code and cluster
accordingly?
library(gplots)
#===========Cyto=========
#x=read.table("Cyto_shoot.txt", header=TRUE)
mat=data.matrix(x)
heatmap.2(mat,
# c('red','green','orange','blue','yellow',
'gray','black','brown','aquamarine3','cyan',
'darkmagenta','darkviolet','green4'))
col=colorRampPalette(c("green","white","red"))(256),
#col=greenred(75),
#col = cm.colors(256),
#bgStyle="3D Rectangle",
#bgGradientMode=" Diagonal Edge",
Rowv=TRUE,...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...uewhite2", "#EEDFCC",
"antiquewhite3", "#CDC0B0",
"antiquewhite4", "#8B8378",
"aquamarine", "#7FFFD4",
"aquamarine1", "#7FFFD4",
"aquamarine2", "#76EEC6",
"aquamarine3", "#66CDAA",
"aquamarine4", "#458B74",
"azure", "#F0FFFF",
"azure1", "#F0FFFF",
"azure2", "#E0EEEE",
"azure3", "#C1CDCD",
"azure4", "#838B8B...