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

print.visualize.graphR Documentation

Print visualized based on centrality values graph

Description

This function prints visualized based on centrality values graph.

Usage

## S3 method for class '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)

Value

The resulted plot of visualize_graphfunction will be saved in the given directory.#' @importFrom igraph alpha.centrality

Author(s)

Minoo Ashtiani, Mohieddin Jafari


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