On 16/06/2008 6:07 AM, Peng Jiang wrote:
hi,

I use the example code from a R book ,

 > x = rnorm( 100 )
> hist( x, probability = TRUE, col = gray(.9), main="normal mu = 0 , sigma = 1") #this works well


> curve( dnorm(x),add =T) # but this does not work and it gives a warning .


I am using Leopard and does anybody has ever met the problem?

What warning do you get? This is probably not Mac related, but the error might tell us differently. It would also help if you printed the result of sessionInfo(), to show R versions, etc.

Duncan Murdoch

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to