summary.graph.extract.components: Summarize component extraction of a graph

summary.graph.extract.componentsR Documentation

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

## S3 method for class 'graph.extract.components'
summary(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

Author(s)

Minoo Ashtiani, Mohieddin Jafari


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