Hi Christophe,

On 4/18/2004 3:17 PM, Christophe Pallier wrote:
The 'hist' function works on the raw data.
In your data set example, you have already computed the number of data points in each bin.

Yes, you are right. I evidently misunderstood the hist function usage described in manuals.

What you really want is probably a barplot of N
You could display your data:

plot(Class,N,'h')

Yes, that's right. Thank you very much.

Kind regards

--

Mateusz Łoskot
mateusz at loskot dot net

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to