Hi, Jim Below is the code that I try and the result I obtained:
*br<-read.table("R_beginner_starter.dat",header=TRUE,sep="\t") library(plotrix) barp(t(br[,c(2,4)])) * The result generated: http://r.789695.n4.nabble.com/file/n4468592/ScreenHunter_01_Mar._13_17.10.jpg Which is different with my desired output bar graph :( Do you have any idea to solve it out? Thanks for advice. -- View this message in context: http://r.789695.n4.nabble.com/Help-with-plot-Grouped-Bar-Plot-by-using-R-tp4448762p4468592.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.