Description Usage Arguments Value Examples
Plug in TSErr object and return the summary plot
1 | EE_plot(TSErr)
|
TSErr |
The TSErr object which must containing No and err columns. |
Plot
1 2 3 4 5 | date <- as.Date(c("2014-07-01","2014-07-08"))
stockID <- c("EQ000001","EQ000002")
ETS <- data.frame(date, stockID)
TSErr <- EE_getTSErr(ETS)
EE_plot(TSErr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.