print.visualize.dendogram: Print dendrogram plot of a graph

print.visualize.dendogramR Documentation

Print dendrogram plot of a graph

Description

This function prints dendrogram plot of a graph based on predefined centrality measures.

Usage

## S3 method for class 'visualize.dendogram'
print(x, centrality.type = "Degree Centrality",
  computed.centrality.value = NULL, k = 4, file = NULL)

Arguments

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)

Author(s)

Minoo Ashtiani, Mohieddin Jafari


jafarilab/CINNA documentation built on Aug. 19, 2023, 4:49 p.m.