pp | R Documentation |
For a yearly data calculates a serie in previous year's prices from fixed and current price series.
pp(cp, fp, time)
cp |
a current price variable. |
fp |
a fixed year price variable. |
time |
a variable for years. |
an vector
pp(c(100, 120), c(100, 110), time = c(1,2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.