EdgeSituation {ceg} | R Documentation |
EdgeSituation
Description
EdgeSituation identifies the edges from a situation (node). This function identifies the edges that emanate from a particular situation in an EventTree.
Usage
EdgeSituation(situation, start.situation, num.category)
Arguments
situation |
numeric - it identifies the target situation whose emanating edges are our interesting. |
start.situation |
vector - it identifies the situation that begins a new level. |
num.category |
vector - it identifies the number of edges that emanate from situations in each level. |
Value
list of lists - each list component is a vector that represents the edges that emanate from a vertice.
[Package ceg version 0.1.0 Index]