[R] Not colour but symbols

Petr PIKAL petr.pikal at precheza.cz
Thu Mar 22 10:08:11 CET 2012


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 at 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.



More information about the R-help mailing list