Skip to content
Prev 157490 / 398506 Next

histogram-like plot with two variables

On Mon, Sep 29, 2008 at 04:02:05AM +0200, J?rg Gro? wrote:
yes - the lwd parameter controls line width. E.g.:

plot(x,y, type='h', lwd=5)

This is the way I usually plot count data - I prefer this over something
that looks like a normal histogram, because it reminds me that I am
looking at discrete values.

cu
	Philipp