NodeLabel {ceg} | R Documentation |
NodeLabel
Description
This function yields the node labels. The nodes are labeled accordingly, to indicate diferente positions.
Usage
NodeLabel(num.variable, num.situation, num.category, label)
Arguments
num.variable |
numeric - number of variables. |
num.situation |
vector - number of stages associated with each variable. |
num.category |
vector - it identifies the number of edges that emanate from situations in each level. |
label |
list of vectors - each component is a vector that contains the event names associated with each variable. |
Value
vector - node labels
[Package ceg version 0.1.0 Index]