subnetwork_templates {ergm.multi} | R Documentation |
Obtain empty networks representing constituents of a combined network
Description
This utility uncombines a combine_networks()
network using subnetwork cache (which contains only empty networks). It is used primarily by initialisation functions.
Usage
subnetwork_templates(
nw,
split.vattr = nw %n% ".blockID.vattr",
names.vattr = nw %n% ".blockName.vattr",
copy.ergmlhs = c("response")
)
Arguments
nw , split.vattr , names.vattr |
see |
copy.ergmlhs |
a character vector of |
Value
A list of network
s.
[Package ergm.multi version 0.3.0 Index]