dg.FactorEdge
. Objects can be created by calls of the form
new("dg.FactorEdgeList", ...)
.
returnFactorEdgeList(edge.list, vertices, factorvertices = NULL, width = 2, color = "DarkSlateGrey", N = 3, type = NULL)
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
,
each of a class containing dg.Vertex
. factorvertices
,
each of a class containing dg.FactorVertex
. width
of the factor edges. color
of the factor edges. N
is the number of coordinates of the vertices. type
of the factor edges. dg.FactorEdge
.
.Data
:"list"
. "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")
: ... returnFactorVerticesAndEdges
and returnBlockEdgeList
.