returnFactorEdgeList {dynamicGraph} | R Documentation |
Return a list of factor edges, each of class FactorEdgeProto
.
returnFactorEdgeList(edge.list, vertices, factorvertices = NULL, width = 2, color = "DarkSlateGrey", type = NULL)
edge.list |
A list of vectors identifying the edges (between vertices).
Each vector of edge.list should be a vector of
integers giving the indices of the vertices of an edge, or
a vector of text strings with the names of the vertices. |
vertices |
The list of vertices ,
each of a class containing VertexProto . |
factorvertices |
The list of factorvertices ,
each of a class containing FactorVertexProto . |
width |
A numeric with the initial width of the factor edges. |
color |
A text string giving the initial color
of the factor edges. |
type |
A text string giving the type of the factor edges. |
A list of edges, each of class FactorEdgeProto
.
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
.