Re: [R] Generate two bell curves

2012-10-25 Thread peter dalgaard
On Oct 26, 2012, at 03:17 , phantastic wrote: > How do I generate two bell curves, both with the same mean but different > standard deviations? I used to have a script for it but I lost it. > > Thanks. curve(, from=..., to=...) curve(, add=TRUE) If you plot the tallest one first, you w

[R] Generate two bell curves

2012-10-25 Thread phantastic
How do I generate two bell curves, both with the same mean but different standard deviations? I used to have a script for it but I lost it. Thanks. -- View this message in context: http://r.789695.n4.nabble.com/Generate-two-bell-curves-tp4647488.html Sent from the R help mailing list archive a