Displaying 1 result from an estimated 1 matches for "meanprots".
Did you mean:
  meanplot
  
2010 Nov 23
1
Barplot and plot means with confidence intervals in the same plot
...w=T) but
the  X axis names are not centered with the figures.
An example of my data:
  mean1<-cbind(55.5,56.42,56.38,55.28)
SD1<-cbind(10,9 ,7 ,3)
x<-rbind(mean1,SD1)
  colnames(x)<-c("Autumn","Spring","Summer","Winter")
rownames(x)<-c("MeanProts","SD")
  mean2<-cbind(10,15,9,8)
 SD2<-cbind(2,3 ,1 ,5)
y<-rbind(mean2,SD2)
  colnames(y)<-c("Autumn","Spring","Summer","Winter")
rownames(y)<-c("MeanDNA","SD")
Thanks in advance.
Nacho
-- 
Ignacio...