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.