CINNA (version 1.0.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

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

a list including summary of all componets