coreNetAnalysis {discourseGT} | R Documentation |
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)
Arguments
ginp |
The prepared graph object from prepareGraphs function |
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
Examples
df <- sampleData1
prepNet <- tabulate_edges(df, silentNodes = 0)
baseNet <- prepareGraphs(prepNet, project_title = "Sample Data 1", weightedGraph = TRUE)
coreNetAnalysis(baseNet)
[Package discourseGT version 1.2.0 Index]