.edge_constructor: Edge constructor
Description
Internal function to construct edges for caugi objects.
Usage
.edge_constructor(from = character(), edge = character(), to = character())
Value
A data.table object with columns from, edge, and to.
Arguments
- from
Character vector of source node names.
- edge
Character vector of edge glyphs.
- to
Character vector of target node names.