View source: R/combine.networks.R
split.network | R Documentation |
split()
method for network::network
objects.Split a network into subnetworks on a factor.
## S3 method for class 'network'
split(x, f, drop = FALSE, sep = ".", lex.order = FALSE, ...)
x |
a |
f , drop , sep , lex.order |
see |
... |
additional arguments, currently unused. |
A network.list
containing the networks. These networks
will inherit all vertex and edge attributes, as well as relevant
network attributes.
network::get.inducedSubgraph()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.