Displaying 3 results from an estimated 3 matches for "darkorchid1".
Did you mean:
darkorchid3
2010 Dec 18
1
Can I make my colnames bold?
...29.0730, 38.1240,
10.5205,45.3135), ncol=3, byrow=TRUE)
colnames(Blot)<-c("Pancreas", "Liver", "Muscle")
rownames(Blot)<-c("0 hour fast", "5 hour fast", "10 hour fast")
blot<-as.table(Blot)
barplot(blot,beside=TRUE, col=c('darkorchid1','darkorchid3', 'darkorchid4'),
ylim=c(0,80), yaxp=c(0,80,8), font.lab=2, las=1, axes=FALSE,cex.lab=1.6)
axis(2, at=c("0", "10", "20", "30", "40", "50", "60", "70"), lwd=2,
font=1.7, pos=-.025,cex...
2011 May 25
0
Adding Mean to Notched Box Plots
...#makes the notched box plot. "data" = the name of the data in R.
boxplot(data, notch=TRUE,
# Gives the title and axis names
main="Graph Title", xlab="X axis label", ylab="Y axis label",
#Sets the colors
col=(c("gold","darkgray", "darkorchid1", "cyan", "white", "red",
"limegreen", "magenta", "chartreuse1", "hotpink1")))
# Make a line accross graph for site limit or similar
abline(h=5, v=0, col = "red",lty=5,)
#adds text for horz line
text(1, 5.1, "...
2000 Feb 29
0
mapping of colornames into hsv: half way done
...t;darkorange", "#FF8C00",
"darkorange1", "#FF7F00",
"darkorange2", "#EE7600",
"darkorange3", "#CD6600",
"darkorange4", "#8B4500",
"darkorchid", "#9932CC",
"darkorchid1", "#BF3EFF",
"darkorchid2", "#B23AEE",
"darkorchid3", "#9A32CD",
"darkorchid4", "#68228B",
"darkred", "#8B0000",
"darksalmon", "#E9967A",
"darkseagreen&qu...