jubilee.adj_fault_line {jubilee} | R Documentation |
Adjust the time series by fault lines
Description
This utility is used to adjust the time series by the provided fault lines.
Usage
jubilee.adj_fault_line(fraction, ts, fl, months = 1)
Arguments
fraction |
numeric, representing year in fraction convention. |
ts |
numeric, time series to be adjusted, typically it is |
fl |
the fault line matrix. See |
months |
interval in months to ramp up the fault line. Default is 1. |
Value
numeric, ts adjusted by fault lines
Author(s)
Stephen H. Lihn
Examples
## Not run:
repo <- jubilee.repo(online=FALSE)
dj <- jubilee(repo@ie, 45, 10)@reg.dtb
dj$log.cape10.adj <- jubilee.adj_fault_line(dj$fraction, dj$log.cape10, "r_nom_f10_5ftr_4fl")
## End(Not run)
[Package jubilee version 0.3.3 Index]