split()
method for network::network
objects.Split a network into subnetworks on a factor.
# S3 method for network
split(x, f, drop = FALSE, sep = ".", lex.order = FALSE, ...)
A network.list
containing the networks. These networks
will inherit all vertex and edge attributes, as well as relevant
network attributes.
a network::network
object.
see split()
; note that f
must have length equal to network.size(x)
.
additional arguments, currently unused.
network::get.inducedSubgraph()