[R] Help with plot Grouped Bar Plot by using R
R_beginner_starter
cjyxiaodi1 at gmail.com
Tue Mar 13 10:14:45 CET 2012
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.
More information about the R-help
mailing list