Learn R Programming

ergm.multi (version 0.2.1)

direct.network: Returns a directed version of an undirected binary network

Description

Returns a directed version of an undirected binary network

Usage

direct.network(x, rule = c("both", "upper", "lower"))

Arguments

x

a network object.

rule

a string specifying how the network is to be constructed.