get_within_networks | R Documentation |
Function to return a list of networks, each network representing the within-block network of a block.
get_within_networks(network, block, combined_networks = TRUE)
network |
a network object |
block |
a vector of integers representing the block of each node |
combined_networks |
a boolean indicating whether the between-block networks should be returned as a |
a list of networks
# Load an embedded network object.
data(toyNet)
get_within_networks(toyNet, toyNet %v% "block")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.