Displaying 3 results from an estimated 3 matches for "sienna2".
2012 Sep 24
3
boxplot of different colors
...Ground",ylab="",
    yaxt="n",type="p",
    pch=1,lwd=0.95,
    cex.lab=1.4, cex.axis=1.2,
    font.axis=2,
    cex=1.5,
    las=1,
    bty="l",
    col=c("forestgreen", "darkgreen","chocolate1","darkorange2","sienna2",
"red2","firebrick3",
"saddlebrown","coral4","chocolate4","darkblue","navy","grey38")[obs.group]))
    op = par(mar = c(5,5,4,2) + 0.1)
    title(ylab = "Distance between Centers of B and NB Range (1000 km)...
2012 Sep 28
2
changing outlier shapes of boxplots using lattice
...the outlier shapes.
Thank you.
code
package (lattice)
dataN <- data.frame(GE_distance=rnorm(260),
                    Diet_B=factor(rep(1:13, each=20)))
Diet.colors <- c("forestgreen", "darkgreen","chocolate1","darkorange2",
                 "sienna2","red2","firebrick3","saddlebrown","coral4",
                 "chocolate4","darkblue","navy","grey38")
levels(dataN$Diet_B) <- Diet.colors
bwplot(GE_distance ~ Diet_B, data=dataN,
       xlab=list("Diet...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...ot;,
    "seashell1",	"#FFF5EE",
    "seashell2",	"#EEE5DE",
    "seashell3",	"#CDC5BF",
    "seashell4",	"#8B8682",
    "sienna",		"#A0522D",
    "sienna1",		"#FF8247",
    "sienna2",		"#EE7942",
    "sienna3",		"#CD6839",
    "sienna4",		"#8B4726",
    "skyblue",		"#87CEEB",
    "skyblue1",	"#87CEFF",
    "skyblue2",	"#7EC0EE",
    "skyblue3",	"#6C...