If called for an as.hclust creates an hclust object.
  The heights are transformed to the interval from base (height
  of lowest join) to 1 (height of highest join).
  If called for an aggExCluster is
  called internally to create a cluster hierarchy first. This is only
  possible if the pairwise similarities are included in the sim
  slot of x (see aggExCluster on how to ensure
  this).
If x is an as.hclust produces a complete
  hierarchy. If, however, x is an aggExCluster on an as.hclust produces
  a hierarchy of clusters, not of samples.
If called for an as.dendrogram creates an
  dendrogram object.
  Analogously to as.hclust, the heights are transformed to the
  interval ranging from base (height
  of lowest join) to 1 (height of highest join). So, any information
  about heights of merges is lost. If the original join heights are
  relevant, call plot on the original
  dendrogram object first.
  If called for an aggExCluster is
  called first to create a cluster hierarchy. Again this is only
  possible if the pairwise similarities are included in the sim
  slot of object.
If object is an as.dendrogram produces a complete
  dendrogram. If object is an aggExCluster on an as.dendrogram produces
  a complete dendrogram of all samples, too, but with the difference
  that entire clusters of the previous x is not a complete cluster hierarchy, but a
  hierarchy of clusters, as.dendrogram(as.hclust(x)) produces a
  dendrogram of clusters, whereas as.dendrogram(x) in any case
  produces a dendrogram of samples (with the special property mentioned
  above).