| plot_time_profile {pompom} | R Documentation | 
Plot time profiles given a time-series generated by impulse response analysis
Description
Plot time profiles given a time-series generated by impulse response analysis
Usage
plot_time_profile(time.series.data, var.number, threshold = 0.01, xupper = 20)
Arguments
time.series.data | 
 data of impulse response in long format  | 
var.number | 
 number of variables in the time-series  | 
threshold | 
 threshold of asymptote of equilibrium  | 
xupper | 
 upper limit of x-axis  | 
Examples
plot_time_profile(time.series.data = bootstrap_iRAM_2node$time.profile.data,
                 var.number = 2,
                 threshold= .01,
                 xupper = 20)
[Package pompom version 0.2.1 Index]