| dg.Generator-class {dynamicGraph} | R Documentation |
The class for factor vertices for general terms, discrete terms, linear terms, and quadratic terms.
The class adds the draw method to the
dg.FactorVertex-class.
The objects of the classes are usually created by the function
returnFactorVerticesAndEdges.
vertex.indices:"numeric",
see "dg.FactorVertex". fixed.positions:"logical",
see "dg.FactorVertex". name:"character",
see "dg.Vertex". index:"numeric",
see "dg.Vertex". position:"numeric",
see "dg.Vertex". blockindex:"numeric",
see "dg.Vertex". stratum:"numeric",
see "dg.Vertex". constrained:"logical",
see "dg.Vertex". color:"character",
see "dg.Vertex".
Default is yellow for general, cyan for discrete,
magenta for linear, and blue for quadratic terms. label:"character",
see "dg.Vertex". label.position:"numeric",
see "dg.Vertex".
Class "dg.FactorVertex", directly.
Class "dg.Vertex", directly.
Class "dg.Node", directly.
signature(object = "dg.Generator"): ... signature(object = "dg.DiscreteGenerator"): ... signature(object = "dg.LinearGenerator"): ... signature(object = "dg.QuadraticGenerator"): ... Jens Henrik Badsberg
newFactor,
returnFactorVerticesAndEdges,
dg.FactorVertex-class,
dg.Vertex-class,
dg.Node-class.