coreNetAnalysis: Run Graphical Analysis Core Parameters
Description
Analyzes the graphs with the core parameters, such as number of edges and nodes, density, average degree, centrality, and modularity
Usage
coreNetAnalysis(ginp)
Value
Gives the edge and weighted edge counts, number of nodes, density, degree (averages), memberships, modularity, centrality, articulation points, and strong/weak plots as a list object
Arguments
ginp
The prepared graph object from prepareGraphs function