get_between_networks function

Obtain the between-block networks defined by the block attribute.

Obtain the between-block networks defined by the block attribute.

Function to return a list of networks, each network representing the within-block network of a block.

get_between_networks(network, block)

Arguments

  • network: a network object
  • block: a vector of integers representing the block of each node

Returns

a list of networks

Examples

# Load an embedded network object. data(toyNet) get_within_networks(toyNet, toyNet %v% "block")
  • Maintainer: Cornelius Fritz
  • License: GPL-3
  • Last published: 2025-02-24

Useful links