get_between_networks: Obtain the between-block networks defined by the block...

View source: R/helper.R

get_between_networksR Documentation

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

Description

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

Usage

get_between_networks(network, block)

Arguments

network

a network object

block

a vector of integers representing the block of each node

Value

a list of networks

Examples

# Load an embedded network object.
data(toyNet)
get_within_networks(toyNet, toyNet %v% "block")

bigergm documentation built on April 3, 2025, 7:57 p.m.