| print.visualize.dendrogram | R Documentation | 
This function prints dendrogram plot of a graph based on predefined centrality measures.
## S3 method for class 'visualize.dendrogram'
print(x, centrality.type = "Degree Centrality",
  computed_centrality_value = NULL, k = 4, file = NULL)
| x | an igraph object | 
| centrality.type | The type of centrality which should be calculated(default="Degree Centrality") | 
| computed_centrality_value | A vector containing the values of calculated centrality measure for each node(default=NULL) | 
| k | number of clusters | 
| file | A character string naming the .pdf file to print into. If NULL the result would be printed to the exist directory.(default=NULL) | 
The resulted plot of  visualize_dendrogramfunction will be saved in the given directory.#' @importFrom igraph alpha.centrality
Minoo Ashtiani, Mohieddin Jafari
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.