pompom (version 0.2.0)

plot_network_graph: 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

Run this code
# NOT RUN {
# }
# NOT RUN {
plot_network_graph(beta = true_beta_3node,
                  var.number = 3)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace