window.FLIBM | R Documentation |
expand FLIBM object years
window.FLIBM(
obj,
start = dims(obj$stock.a)$minyear,
end = dims(obj$stock.a)$maxyear
)
obj |
FLIBM object |
nyears |
numeric. Number of years to expand |
numeric |
Ending year for window |
FLIBM object
data(stk1)
dimnames(stk1$stock.a)$year
stktmp <- window.FLIBM(stk1, start = 1995, end = 1998)
plot(stktmp$stock.a@stock.n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.