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 won't need to diddle the ylim setting. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd....@cbs.dk Priv: pda...@gmail.com ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.