drawdownPlotX: Drawup Returns Plots

Description Usage Arguments Details Value Author(s) See Also

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

1
2
3
drawdownPlotX(x, labels = TRUE, type = "l", col = "darkgreen",
title = TRUE, ylab = "Down returns", 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 line.

col

Options for color.

title

Whether to generate title for the graph.

ylab

String for Y axis.

grid

Whether to use grid in plot.

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@mail.shu.edu.tw>

See Also

Functions in fBasics.


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