CINNA (version 1.1.2)

visualize_dendrogram: Dendrogram plot among centrality measures

Description

This function demonstrates the vertice dendrogram of a graph based on a centrality type.

Usage

visualize_dendrogram(x, centrality.type = "Degree Centrality",
  computed_centrality_value = NULL, k = 4)

Arguments

x

an igraph object

centrality.type

The type of centrality which should be considered.(default="Degree Centrality")

computed_centrality_value

A vector containing the values of calculated centrality measure for each node.(default=NULL)

k

number of clusters(default=4)

Details

This function represents node dendrogram of a graph based on a centrality measure. If the favor centrality is not computed yet, by specifying the name of that it will compute it and show the result.

References

Galili, T. (2015). dendextend: an R package for visualizing, adjusting and comparing trees of hierarchical clustering. Bioinformatics, 31(22), 3718<U+2013>3720.

See Also

dendrogram