Displaying 5 results from an estimated 5 matches for "darkorange2".
2013 Jan 08
4
error in a abline loop
...(1.03,1.03,0.4,0.4))
plot(data$body_weight, data$body_length,
xaxp=c(0,200,4),
yaxp=c(0,200,4),
type="p",
pch=1,lwd=1.0,
cex.lab=1.4, cex.axis=1.2,
font.axis=2,
cex=1.5,
las=1,
bty="l",col=c("yellow","chocolate1","darkorange2",
"red3","saddlebrown","coral4","grey38")[as.numeric(data$skin_color)])
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##
for (i in 1:7) {
subs <- data$skin_color==levels(data...
2012 Sep 24
3
boxplot of different colors
...uot;Diet of Breeding
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 an...
2012 Sep 28
2
changing outlier shapes of boxplots using lattice
...indly help how to modify the code to change 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, d...
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
...", "#CAFF70",
"darkolivegreen2", "#BCEE68",
"darkolivegreen3", "#A2CD5A",
"darkolivegreen4", "#6E8B3D",
"darkorange", "#FF8C00",
"darkorange1", "#FF7F00",
"darkorange2", "#EE7600",
"darkorange3", "#CD6600",
"darkorange4", "#8B4500",
"darkorchid", "#9932CC",
"darkorchid1", "#BF3EFF",
"darkorchid2", "#B23AEE",
"darkorchid3&...