EE_Plot: Plug in TSErr object and return the summary plot

Description Usage Arguments Value Examples

Description

Plug in TSErr object and return the summary plot

Usage

1
EE_plot(TSErr)

Arguments

TSErr

The TSErr object which must containing No and err columns.

Value

Plot

Examples

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)

QianMazi/MaziBox documentation built on May 8, 2019, 3:49 a.m.