ergm_LayerLogic | R Documentation |
Internal representation of Layer Logic
ergm_LayerLogic(formula, namemap = NULL)
## S3 method for class 'ergm_LayerLogic'
toString(x, ...)
## S3 method for class 'ergm_LayerLogic'
to_ergm_Cdouble(x, ...)
formula |
A Layer Logic formula. |
namemap |
A character vector giving the names of the layers
referenced, or |
x |
An |
... |
Additional arguments, currently unused. |
A structure with nonce class
c("ergm_LayerLogic",class(formula))
, comprising the input
formula
and an attribute namemap
containing the namemap
.
toString(ergm_LayerLogic)
: A method to generate coefficient names
associated with the Layer Logic.
to_ergm_Cdouble(ergm_LayerLogic)
: A method to encode and serialize the
Layer Logic into a postfix program understood by the C code.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.