upper_tri-ergmConstraint {ergm.multi}R Documentation

Only dyads in the upper-triangle of the sociomatrix may be toggled

Description

For a directed network, only dyads (i,j) for which i < j may be toggled. Optional argument attr controls which subgraphs are thus restricted.

Usage

# upper_tri(attr = NULL)

Arguments

attr

a vertex attribute specification (see Specifying Vertex attributes and Levels (?nodal_attributes) for details.)

See Also

ergmConstraint for index of constraints and hints currently visible to the package.

Keywords

None


[Package ergm.multi version 0.2.1 Index]