mix.hist {mixsmsn} | R Documentation |
Plot the histogram along with the estimated density (univariate case, p=1).
mix.hist(y, model, breaks, main, col.hist, col.dens, ...)
y |
the response vector |
model |
a variable returned by |
breaks |
the same option in histogram |
main |
the same option in histogram |
col.hist |
change the color of the histogram bars |
col.dens |
change the color of the density curve |
... |
further arguments to |
## see \code{\link{bmi}} and \code{\link{smsn.mix}}