plot_network_graph {pompom} | R Documentation |
Plot the network graph
Description
Plot the network graph
Usage
plot_network_graph(beta, var.number)
Arguments
beta |
matrix of temporal relations, cotaining both lag-1 and contemporaneous |
var.number |
number of variables in the time series |
Examples
plot_network_graph(beta = true_beta_3node,
var.number = 3)
[Package pompom version 0.2.1 Index]