as.radialNetwork: Convert an R hclust or dendrogram object into a radialNetwork...

View source: R/radialNetwork.R

as.radialNetworkR Documentation

Convert an R hclust or dendrogram object into a radialNetwork list.

Description

as.radialNetwork converts an R hclust or dendrogram object into a list suitable for use by the radialNetwork function.

Usage

as.radialNetwork(d, root)

Arguments

d

An object of R class hclust or dendrogram.

root

An optional name for the root node. If missing, use the first argument variable name.

Details

as.radialNetwork coverts R objects of class hclust or dendrogram into a list suitable for use with the radialNetwork function.

Examples

# Create a hierarchical cluster object and display with radialNetwork
## dontrun
hc <- hclust(dist(USArrests), "ave")
radialNetwork(as.radialNetwork(hc))


networkD3 documentation built on April 15, 2025, 1:14 a.m.