plot method for flexmix-class objects gives a
  rootogram or histogram of the posterior probabilities.## S3 method for class 'flexmix,missing':
plot(x, eps=1e-4, root=TRUE,
  ylim=TRUE, main=NULL, mfrow=NULL, ...)"flexmix"eps are ignoredTRUE, a rootogram of the posterior probabilities
    is drawn, otherwise a standard historgramTRUE, the y axes of all rootograms are aligned
    to have the same limits, if FALSE each y axis is scaled
    separately. If a numeric vector is specified it is used as us  Usually in each component a lot of observations have posteriors
  close to zero, resulting in a high count for the corresponing
  bin in the rootogram which obscures the information in the other
  bins. To avoid this problem, all probabilities with a posterior below
  eps are ignored.
A peak at probability one indicates that a mixture component is well seperated from the other components, while no peak at one and/or significant mass in the middle of the unit interval indicates overlap with other components.
Friedrich Leisch. Exploring the structure of mixture model components. In Compstat 2004 -- Proceedings in Computational Statistics, 2004. Accepted for publication.