powered by
print function, applied to an object of class "hclustdd", prints numerical results of hclustdd .
print
"hclustdd"
# S3 method for hclustdd print(x, dist.print=FALSE, digits=2, ...)
object of class "hclustdd", returned by hclustdd.
hclustdd
logical. If TRUE (default: FALSE), prints the matrix of distances between the groups (densities).
TRUE
FALSE
numerical. Number of significant digits for the display of numerical results.
optional arguments to print methods.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
If dist.print = TRUE, the distances between groups are displayed.
dist.print = TRUE
By default, the result of the clustering is printed. The display is the same as that of the print.hclust function.
print.hclust
hclustdd; plot.hclustdd.
data(dspg) xl = dspg result <- hclustdd(xl) print(result) print(result, dist.print = TRUE)
Run the code above in your browser using DataLab