Class dg.ExtraEdgeList: The extra edge list
Return a list of extra edges, each of class dg.ExtraEdge.
Objects can be created by calls of the form
new("dg.ExtraEdgeList", ...).
returnExtraEdgeList(edge.list, vertices, extravertices = NULL,
width = 2, color = "DarkSlateGrey", N = 3, type = NULL)edge.list |
A list of vectors identifying the edges (between vertices).
Each vector of |
vertices |
The list of |
extravertices |
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.ExtraEdge.
.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.ExtraEdgeList"): ...
The methods of the edge list, returnEdgeList,
also applies for extra edge lists.
The application is similar to returnBlockEdgeList,
see example here.
Jens Henrik Badsberg
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.