Displaying 2 results from an estimated 2 matches for "sub_exp_nam".
Did you mean:
sub_exp_name
2009 Jul 29
3
Side by Side Barplot Newbie Question
...b_exp's done an ELISA and a FCM and that the ELISA was done once
and the FCM was done twice. Similarly for Main_Exp 7 I would like to show
that for there were ELISA,FCM,qPCR,Telometry done and that they had a count
of 3,3,2,5 respectively. This is what my dataset looks like:
Main_Exp_Name Sub_Exp_Name Sub_Exp_Count
1 ELISA 2
6 ELISA 1
6 FCM 2
7 ELISA 3
7 FCM 3
7...
2009 Jul 29
0
side-by-side Barplot newbie question
...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]]