Luis Ridao Cruz
2006-Feb-10 13:46 UTC
[R] plot(...., type = "h", lwd = 10) results in square tops
R-help, I'm using the following code: plot(1985:2005, data, type = "h", lwd = 10) which should plot histogram like figure. The bar tops are square and I was wondering if it is intended to be so or not (I can of course use barplot instead). Thanks
Uwe Ligges
2006-Feb-10 21:53 UTC
[R] plot(...., type = "h", lwd = 10) results in square tops
Luis Ridao Cruz wrote:> R-help, > > I'm using the following code: > > plot(1985:2005, data, type = "h", lwd = 10) > > which should plot histogram like figure. > The bar tops are square and I was wondering if > it is intended to be so or not (I can of course > use barplot instead).For the line endings see ?par and its argument "lend". Uwe Ligges> > Thanks > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html