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

Description Usage Arguments Examples

View source: R/plot.R

Description

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

Usage

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

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