View source: R/HelperFunctions.R
create_path | R Documentation |
Creates vector with np+1
entries of iv
(or optionally nv
from period pfc
onwards).
create_path(iv, pfc, nv, np)
iv |
initial value of parameter; |
pfc |
period of change
( |
nv |
new value of parameter (starting in period of change)
( |
np |
total number of periods additional line to parameter np |
the "parameter path" refers to the series of parameter values along all np+1 periods
create_path(1, NA, NA, 5)
create_path(3, 5, 4, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.