pompom (version 0.1.4)

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

Run this code
# NOT RUN {
# }
# NOT RUN {
plot_time_profile(time.series.data = bootstrap_iRAM_2node$time.profile.data,
                 var.number = 2,
                 threshold= .01,
                 xupper = 20)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab