Hi Brian,
On Sun, Dec 11, 2005 at 04:34:50AM +, Prof Brian Ripley wrote:
> Did you check the help page? ?plot.histogram shows plot.histogram has a
> 'freq' argument, and the correct usage is
>
> plot(hist(x), freq=FALSE)
Ah, thanks for the explanation.
I didn't occur to me to check the pl
On Sun, 11 Dec 2005 [EMAIL PROTECTED] wrote:
> 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))
>
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