qqnormPlotX: QQ Plot

Description Usage Arguments Details Value Author(s) See Also

View source: R/iClick_functions.R

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
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.


iClick documentation built on May 1, 2019, 9:21 p.m.