ergm_LayerLogic {ergm.multi}R Documentation

Internal representation of Layer Logic

Description

Internal representation of Layer Logic

Usage

ergm_LayerLogic(formula, namemap = NULL)

## S3 method for class 'ergm_LayerLogic'
toString(x, ...)

## S3 method for class 'ergm_LayerLogic'
to_ergm_Cdouble(x, ...)

Arguments

formula

A Layer Logic formula.

namemap

A character vector giving the names of the layers referenced, or NULL.

x

An ergm_LayerLogic object.

...

Additional arguments, currently unused.

Value

A structure with nonce class c("ergm_LayerLogic",class(formula)), comprising the input formula and an attribute namemap containing the namemap.

Methods (by generic)


[Package ergm.multi version 0.2.1 Index]