plot_integrated_time_profile: Plot the time profiles in the integrated form

Description Usage Arguments Examples

View source: R/plot.R

Description

Plot the time profiles in the integrated form

Usage

1
plot_integrated_time_profile(beta.matrix, var.number, lag.order = 1)

Arguments

beta.matrix

matrix of temporal relations, cotaining both lag-1 and contemporaneous

var.number

number of variables in the time series

lag.order

lag order of the model to be fit

Examples

1
2
3
plot_integrated_time_profile(beta.matrix = true_beta_3node,
                  var.number = 3,
                  lag.order = 1)

pompom documentation built on Feb. 15, 2021, 1:06 a.m.