powered by
as.radialNetwork converts an R hclust or dendrogram object into a list suitable for use by the radialNetwork function.
as.radialNetwork
radialNetwork
as.radialNetwork(d, root)
An object of R class hclust or dendrogram.
hclust
dendrogram
An optional name for the root node. If missing, use the first argument variable name.
as.radialNetwork coverts R objects of class hclust or dendrogram into a list suitable for use with the radialNetwork function.
# NOT RUN { # Create a hierarchical cluster object and display with radialNetwork ## dontrun hc <- hclust(dist(USArrests), "ave") radialNetwork(as.radialNetwork(hc)) # }
Run the code above in your browser using DataLab