# NOT RUN {
x = faithful$waiting
dens = densityMclust(x)
# }
# NOT RUN {
plot(dens, x, what = "diagnostic")
# }
# NOT RUN {
# or
densityMclust.diagnostic(dens, type = "cdf")
densityMclust.diagnostic(dens, type = "qq")
# }
Run the code above in your browser using DataLab