This function summarizes all components of the input which can be an "igraph" object or a "network" object
summary_graph_extract_components(
x,
directed = TRUE,
bipartite_proj = FALSE,
num_proj = 1
)
An igraph or a network object
a boolean constant, Whether to create a directed graph(default=TRUE)
Whether the bipartite network must be projected or not(default=FALSE)
A number which shows the number of projects especifically for bipartite graphs.(default=1)
The result values of graph_extract_components
function will be saved in the given directory.#' @importFrom igraph alpha.centrality