Skip to content
Prev 166375 / 398502 Next

how to plot histogram plot and fitted distributions on the same graph

You are plotting the histogram in the frequency scale.  A quick look  
at the doc page for hist() would reveal the freq option:

       hist(x,freq=FALSE)

then you can add the densities with lines()

albyn

Quoting Xin Shi <jasonshi510 at hotmail.com>: