plot.CoverTreeDendrogram: Plot CoverTree Dendrogram

Description Usage Arguments Details Value See Also

Description

Plot CoverTree Dendrogram

Usage

1
2
3
> dend <- as.dendrogram(ct) 
> dend$labels <- x 
> plot(dend) 

Arguments

dend

A cover tree dendrogram object

Details

Returns a data structure that can be plotted as hclust dendrograms

Note that the CoverTreeDendrogram does not provide data labels If you wish to have the nodes labeled, you must append a labels dimension to the CoverTreeDendrogram object as shown above

This plot function takes all of the same optional arguments taken by plot.hclust. See the link below for additional info.

Value

n/a

See Also

as.dendrogram.CoverTree

plot.hclust


mikemayer67/RCoverTree documentation built on May 29, 2019, 5:44 a.m.