Description Usage Arguments Value Slots Extends Methods Note Author(s) See Also
Return a list of factor edges, each of class dg.FactorEdge.
Objects can be created by calls of the form
new("dg.FactorEdgeList", ...).
1 2 3 4 |
edge.list |
A list of vectors identifying the edges (between vertices).
Each vector of |
vertices |
The list of |
factorvertices |
The list of |
width |
A numeric with the initial |
color |
A text string giving the initial |
N |
Integer, |
type |
A text string giving the |
A list of edges, each of class dg.FactorEdge.
.Data:Object of class "list".
Class "dg.EdgeList", directly.
Class "dg.list", directly.
Class "list", from data part.
Class "dg.NodeList", by class "dg.EdgeList".
Class "vector", by class "dg.EdgeList".
Class "vector", by class "dg.list".
Class "vector", by class "list".
signature(.Object = "dg.FactorEdgeList"): ...
The methods of the edge list, returnEdgeList,
also applies for factor edge lists.
No example is given here since the factor edge list usually
will be returned by the function
returnFactorVerticesAndEdges.
The application is similar to returnBlockEdgeList,
see example here.
Jens Henrik Badsberg
returnFactorVerticesAndEdges
and returnBlockEdgeList.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.