CINNA (version 1.0.0)

print.visualize.graph: Print visualized based on centrality values graph

Description

This function prints visualized based on centrality values graph.

Usage

# S3 method for visualize.graph
print(x, computed.centrality.value = NULL,
  centrality.type = "Degree Centrality", file = NULL)

Arguments

x

an igraph object

computed.centrality.value

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

centrality.type

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

file

A character string naming the .pdf file to print into. If NULL the result would be printed to the exist directory.(default=NULL)