A horribly pedestrian alternative to plotrix:

 

barplot(x,beside=TRUE,  ylim=c(0,90),  etc.)

par('usr')    # just getting plot limits

[1]  0.44  15.56  0.00  90.00

par(new=T)

lines(c(0.44,15.56),c(20,20))

lines(c(0.44,15.56),c(40,40))

etc.


        [[alternative HTML version deleted]]

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

Reply via email to