plot_time_profile: Plot time profiles given a time-series generated by impulse...

Description Usage Arguments Examples

Description

Plot time profiles given a time-series generated by impulse response analysis

Usage

1
2
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

1
2
3
4
plot_time_profile(time.series.data = bootstrap_iRAM_2node$time.profile.data,
                 var.number = 2,
                 threshold= .01,
                 xupper = 20)

vwendy/pompom documentation built on May 8, 2019, 6:57 p.m.