ergm.multi_combiner {ergm.multi} | R Documentation |
Dynamic registry of functions that combine networks.
Description
This is used primarily by developers to provide informative error messages.
Usage
ergm.multi_combiner(blockID, combiner = NULL)
Arguments
blockID |
the vertex attribute used as the ID of the block. |
combiner |
a character vector of length 1 or 2, giving the top-level (i.e. user-visible) function that combines on it and optionally what is being combined. |
[Package ergm.multi version 0.3.0 Index]