expand_time_nodes {dbnR}R Documentation

Extends the names of the nodes in t_0 to t_(max-1)

Description

This method extends the names of the nodes to the given maximum and maintains the order of the nodes in each slice, so as to plotting the nodes in all slices relative to their homonyms in the first slice.

Usage

expand_time_nodes(name, acc, max, i)

Arguments

name

the names of the nodes in the t_0 slice

acc

accumulator of the resulting names in the recursion

max

number of time slices in the net

i

current slice being processed

Value

the extended names


[Package dbnR version 0.7.8 Index]