[R] breaks in hist()

2005-11-02 Thread Leaf Sun
Dear listers, A quick question about breaks in hist(). The histogram is highly screwed to the right, say, the range of the vector is [0, 2], but 95% of the value is squeezed in the interval (0.01, 0.2). My question is : how to set the breaks then make the histogram look even? Thanks in

Re: [R] breaks in hist()

2005-11-02 Thread Francisco J. Zagmutt
plot stem(x) I hope this helps Francisco From: Leaf Sun [EMAIL PROTECTED] To: r-help@stat.math.ethz.ch r-help@stat.math.ethz.ch Subject: [R] breaks in hist() Date: Wed, 2 Nov 2005 10:48:45 -0700 Dear listers, A quick question about breaks in hist(). The histogram is highly screwed to the right