qqnormPlotX {iClick} | R Documentation |
QQ Plot
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
qqnormPlotX(X, labels = TRUE, col = "indianred2", pch = 19,
title = TRUE, mtext = TRUE, grid = FALSE, rug = TRUE,
scale = TRUE)
Arguments
X |
A timeSeries object, single time series returns. |
labels |
Whether to generate label for the graph. |
col |
String for color. |
pch |
Line options. |
title |
Whether to generate title for the graph. |
mtext |
Whether to generate main text for the graph. |
grid |
Whether to use grid in plot. |
rug |
Whether to add rug. |
scale |
Whether to scale the data. |
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
Functions in fBasics.
[Package iClick version 1.5 Index]