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.
drawdownPlotX(x, labels = TRUE, type = "l", col = "darkgreen",
title = TRUE, ylab = "Down returns", grid = TRUE, box = TRUE,
rug = TRUE)
A timeSeries object, single time series returns.
Whether to generate label for the graph.
Type of line.
Options for color.
Whether to generate title for the graph.
String for Y axis.
Whether to use grid in plot.
Whether to put the plot into a box.
Whether to add rug.
Plot
This function is an internal function of iClick GUI, which is executed on iClick.VisOneReturns GUI.
Functions in fBasics.