Full_Name: Andrew Clausen
Version: 2.1.0
OS: Debian GNU/Linux
Submission from: (NULL) (71.242.192.73)


Hi,

When I type

    hist(x, freq=F)

I get a density function, as I expect.  However, if I type

    plot(hist(x, freq=F))

then I get the same output as if I had typed:

    hist(x, freq=T)

I expect that the second command should have the same semantics as the first.

Cheers,
Andrew

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to