iClick.VisAssetPrice: Visualize Daily Asset Price

Description Usage Arguments Details Value Author(s) Examples

Description

This GUI conducts plots of daily asset price, including calendar heatmap and many plots which are not easy to use for new users.

Usage

1
iClick.VisAssetPrice(dat, color4 = "r2b", color5 = "jet")

Arguments

dat

Time series object,xts.

color4

Color choice for annual calendar heatmap, the default is "r2b".

color5

Color choice for 6-year calendar heatmap, the default is "jet".

Details

This GUI is designed for financial time series, maily daily stock price. Other time series data works also, as long as it has a date column. We call function calendarPlot() from package "openair", and modified the function calendarHeat() to fit daily price.

Value

Output GUI

Author(s)

Ho Tsungwu <tsungwu@mail.shu.edu.tw>

Examples

1
2
3
#data("IBM")
#assetPrice=IBM[,1]
#iClick.VisAssetPrice(assetPrice)

tsungwu/iClick documentation built on June 1, 2019, 1:58 a.m.