search for: chocolate4

Displaying 7 results from an estimated 7 matches for "chocolate4".

Did you mean: chocolate
2012 Sep 24
3
boxplot of different colors
...=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)", cex.lab = 1.4,line = 3) axis(side=2,yaxp=c(0,20000,4),cex.lab=1.4, cex.axis=1.2,font.axis=2, las...
2011 Oct 17
2
special language character in a pie chart
...oducts', 'Machinery and equipment n.e.c.', 'Electrical and optical equipment', 'Other non-metallic mineral products', 'Basic metals and fabricated metal products', 'Transport equipment','Manufacturing n.e.c.') colors=c('yellow','chocolate4','deeppink','green','darkgreen', 'orange','cyan','lightgoldenrod1','blue','red','blueviolet', 'honeydew3','deeppink4','sandybrown') win.graph(width = 7, height = 4) par(mar=c(0,2.5,0,0)) p...
2012 Sep 28
2
changing outlier shapes of boxplots using lattice
...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 of Breeding Ground", cex = 1.4), ylab = list( "Distance between Centers of B and NB Range (1000...
2013 Jan 08
4
error in a abline loop
...code to plot body length and body weight according to the skin colors. (Thanks for Petr's advice so far.) A loop is used but an error shows up in the following code. It says: unexpected '}' in " "red3","red3","saddlebrown","coral4","chocolate4","darkblue","navy","grey38")[i],lwd=2) }" Please kindly advise how to modify the code. Thank you. The code data <-read.csv("H:/skincolor.csv",header=T) # graph par(mai=c(1.03,1.03,0.4,0.4)) plot(data$body_weight, data$body_len...
2008 Sep 25
2
ggplot, qplot in loop
...ike to make several single plots within a loop, like this (simplified and so on...): trials <- c("A","B","C") mycolours <- ("wheat","darkolivegreen","lightgreen", "khaki","darkseagreen","orange","chocolate4","gray75") for (i in 1:length(trials)) { sql <- paste("select trial, cover_of, dateofsurvey, cover from mytable where trial = '",trials[i],"' mydata <- (sqlQuery(channel, sql)) mytitle <- paste("Development of Cover, ", tr...
2011 Jun 24
1
try to generate graph for each element of my list
...i,".png"), width=1661,height=828) graph <-{par(bg="grey97", font=3,font.axis=3,bty="l",las=1, mar=c(8,6,4,2), xpd=FALSE) yrange<-c(min(x,na.rm=TRUE), 1.05*max(x,na.rm=TRUE)) colori <- c("Blue","Aquamarine1", "Firebrick3", "Chocolate4", "BlueViolet", "Yellow3") chart.TimeSeries(x, type="l",lwd=5, ylab="", xlab="", main="", date.format="% Y", ylim=yrange, col=colori, cex.axis=1.6, major.ticks="years", minor.ticks=FALSE, grid.color="gray50...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...quot;chartreuse3", "#66CD00", "chartreuse4", "#458B00", "chocolate", "#D2691E", "chocolate1", "#FF7F24", "chocolate2", "#EE7621", "chocolate3", "#CD661D", "chocolate4", "#8B4513", "coral", "#FF7F50", "coral1", "#FF7256", "coral2", "#EE6A50", "coral3", "#CD5B45", "coral4", "#8B3E2F", "cornflowerblue", "#649...