Learn R Programming

dynamicGraph (version 0.1.6.6)

returnFactorEdgeList: The factor edge list

Description

Return a list of factor edges, each of class FactorEdgeProto.

Usage

returnFactorEdgeList(edge.list, vertices, factorvertices = NULL,
                     width = 2, color = "DarkSlateGrey",                     type = NULL)

Arguments

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 tex
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.

Value

  • A list of edges, each of class FactorEdgeProto.

See Also

returnFactorVerticesAndEdges and returnBlockEdgeList.