Dear all, do anybody know how to set ylim in barplot() correctly? When I write:
barplot(c(.1,.5,1.0))
the y-axis goes from 0.0 to 0.8. Wheny I type:
barplot(c(.1,.5,1.0,),ylim=range(0:1))
the y-axis goes from 0.0 to 0.8. Obviously I am doing something wrong. Are the ylim setting standards in barplot() other than in plot() or is this a bug? Thanks for any hints! Zdenek ++++++++++++++++++++++ ] Zdenek Skala ] e-mail: ] Zdenek.Skala at incoma.cz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._