[R] Histogram ploting
Mateusz Łoskot
mateusz_CUT_IT_ at loskot.net
Sun Apr 18 17:13:34 CEST 2004
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
More information about the R-help
mailing list