signedModularity-rnetBasic: signedModularity for class(x) = 'rnetBasic'

Description Usage Arguments

Description

signedModularity for class(x) = 'rnetBasic'

Usage

1
2
3
## S4 method for signature 'rnetBasic'
signedModularity(x, membership = NULL,
  weight = "omega")

Arguments

x

An object of class 'rnetBasic'

membership

Defines vertex membership to determine if vertices are similar. May be provided as a string that matches an attribute of x or a vector of length equal to the number of vertices in the graph.

weight

Edge weights. Like 'membership', this argument can be defined as a string matching an edge attribute of 'x' or a vector of length equal to the number of edges, but may also be left as NULL which will return an unweighted modularity estimate.


WJL-NCSU/Rnets documentation built on May 31, 2021, 3:11 p.m.