Learn R Programming

discourseGT (version 1.2.0)

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

Examples

Run this code
df <- sampleData1
prepNet <- tabulate_edges(df, silentNodes = 0)
baseNet <- prepareGraphs(prepNet, project_title = "Sample Data 1", weightedGraph = TRUE)

coreNetAnalysis(baseNet)

Run the code above in your browser using DataLab