Learn R Programming

CINNA (version 1.2.0)

summary_graph_extract_components: Summarize component extraction of a graph

Description

This function summarizes all components of the input which can be an "igraph" object or a "network" object

Usage

summary_graph_extract_components(
  x,
  directed = TRUE,
  bipartite_proj = FALSE,
  num_proj = 1
)

Arguments

x

An igraph or a network object

directed

a boolean constant, Whether to create a directed graph(default=TRUE)

bipartite_proj

Whether the bipartite network must be projected or not(default=FALSE)

num_proj

A number which shows the number of projects especifically for bipartite graphs.(default=1)

Value

The result values of graph_extract_componentsfunction will be saved in the given directory.#' @importFrom igraph alpha.centrality