seriesPlotX {iClick} | R Documentation |
Plot Time Series Data
Description
This function is within the iClick GUI, is executed within iClick.VisOneReturns(dat), the data frame dat has two columns, the first column is date index and the second one is numeric time series data.
Usage
seriesPlotX(x,labels=TRUE,type="l",col="indianred2",
ylab="Value", title=TRUE, grid=TRUE, box=TRUE, rug=TRUE)
Arguments
x |
A timeSeries object, single time series returns. |
labels |
Whether to generate label for the graph. |
type |
Type of graph. |
col |
Options for color. |
ylab |
String label for Y axis. |
title |
Whether to generate title for the graph. |
grid |
Whether to generate grid for the graph. |
box |
Whether to put the plot into a box. |
rug |
Whether to add rug. |
Details
This function is an internal function of iClick GUI, which is executed on iClick.VisOneReturns GUI.
Value
Plot
Author(s)
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University
See Also
fBasics
[Package iClick version 1.5 Index]