network_statistics: Network Statistic Functions

Description Usage Arguments Value References Examples

Description

These functions compute a variety of network statistics on single Net objects.

Usage

1
2
3
global_efficiency(Net)

modularity(Net, community.variable)

Arguments

Net

Input Net object

community.variable

character name of the node variable that represents the partition.

Value

Network statistic value

References

\insertAllCited

Examples

1
2
3
4
data(GroupA)
GroupA1_Net = as_Net(GroupA[[1]], "1", list(community = c(rep(1, 10), rep(2,10))))
global_efficiency(GroupA1_Net)
modularity(GroupA1_Net, "community")

netjack documentation built on July 8, 2019, 1:02 a.m.