Displaying 5 results from an estimated 5 matches for "coral4".
Did you mean:
coral
2013 Jan 08
4
error in a abline loop
...I tried to write a 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$bod...
2012 Sep 24
3
boxplot of different colors
...d=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)",
cex.lab = 1.4,line = 3)
axis(side=2,yaxp=c(0,20000,4),cex.lab=1.4, cex.ax...
2012 Sep 28
2
changing outlier shapes of boxplots using lattice
...istance=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 of Breeding Ground", cex = 1.4),
ylab = list(
"Distanc...
2009 Aug 18
0
Help with identify() points on a PAM clusplot
...atrix(dist.mat)
rownames(yy) <- rwn
cl <- pam(dist.mat,2,diss=TRUE)
x11(width=22,height=20)
if(interactive()) {
clusplot(yy, cl$cluster, diss=FALSE,shade=TRUE,color=TRUE,labels=5,col.p="orangered3",
main="G1-INDEX Clusters Best Layout",col.main="coral4",
col.txt="black",font.main=2,font.lab=4,font.axis=2,font.lab=4)
}
## WAIT FOR MOUSE INPUT TO DELETE CURRENT SCREEN PLOT
coord <- locator(n=1)
graphics.off()
I cannot get the signal identifier returned to a script variable besides being printed on the plot.
Any...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...1",
"chocolate3", "#CD661D",
"chocolate4", "#8B4513",
"coral", "#FF7F50",
"coral1", "#FF7256",
"coral2", "#EE6A50",
"coral3", "#CD5B45",
"coral4", "#8B3E2F",
"cornflowerblue", "#6495ED",
"cornsilk", "#FFF8DC",
"cornsilk1", "#FFF8DC",
"cornsilk2", "#EEE8CD",
"cornsilk3", "#CDC8B1",
"cornsilk4",...