Learn R Programming

NetworkToolbox (version 1.1.1)

semnetmeas: Semantic Network Measures

Description

Computes the average shortest path length (ASPL), clustering coefficient(CC), modularity (Q), and small-worldness (S; defaults to "rand")

Usage

semnetmeas(A, iter)

Arguments

A

An adjacency matrix of network A

iter

Number of iterations for the small-worldness measure

Value

Returns a values for ASPL, CC, Q, and S

Examples

Run this code
# NOT RUN {
lowO <- subset(animals, Group==1)[-1]

A<-PMFG(lowO)

globmeas<-semnetmeas(A)
# }

Run the code above in your browser using DataLab