Hi > > Hi > Thank you Bert and Thomas for your help, I did what I wanted with this code. > >test<-c(4,8,9,6,7) > >barplot(test,density =20,angle=45) > > But I want to cross the lines in each bar.
Maybe there is some other option in some add-on package but you can simply add a second barplot barplot(test,density =20,angle=-45, add=TRUE) Regards Petr > Please, how to do it? > Thank you in advance. > > -- > View this message in context: http://r.789695.n4.nabble.com/Not-colour- > but-symbols-tp4490030p4491785.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. ______________________________________________ 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.