Displaying 1 result from an estimated 1 matches for "ns_new".
Did you mean:
is_new
2009 Jul 29
0
side-by-side Barplot newbie question
...FCM 2
7 ELISA 3
7 FCM 3
7 Telometry 2
7 qPCR 5
The code that I have is
table(comparisons_new)
barplot(as.matrix(comparisons_new$Sub_Exp_Count),xlab="Main_Exp_Name",
ylab="Sub_Exp_Count",ylim=c(0,10),names.arg=(comparisons_new$Main_Exp_Name),beside=TRUE,legend=rownames(compariso
ns_new$Sub_Exp_Name),col=rainbow(5))
[[alternative HTML version deleted]]