print.fhclustd {dad} | R Documentation |
Printing results of a hierarchical clustering of probability density functions
Description
print
function, applied to an object of class "fhclustd"
, prints numerical results of fhclustd .
Usage
## S3 method for class 'fhclustd'
print(x, dist.print=FALSE, digits=2, ...)
Arguments
x |
object of class |
dist.print |
logical. If |
digits |
numerical. Number of significant digits for the display of numerical results. |
... |
optional arguments to |
Details
If dist.print = TRUE
, the distances between groups are displayed.
By default, the result of the clustering is printed. The display is the same as that of the print.hclust
function.
Author(s)
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
See Also
Examples
data(castles.dated)
xf <- as.folder(castles.dated$stones)
## Not run:
result <- fhclustd(xf)
print(result)
print(result, dist.print = TRUE)
## End(Not run)
[Package dad version 4.1.2 Index]