Learn R Programming

fBasics (version 280.73)

QuantileQuantilePlots: Quantile-Quantile Plots

Description

Returns quantile-quantile plots for the normal, the normal inverse Gaussian, and the generalized hyperbolic Student-t distribution. List of Functions: ll{ qqnormPlot Returns a tailored Normal quantile-quantile plot, qqnigPlot Returns a tailored NIG quantile-quantile plot, qqghtPlot Returns a tailored GHT quantile-quantile plot.}

Usage

qqnormPlot(x, labels = TRUE, col = "steelblue", 
    title = TRUE, grid = FALSE, rug = TRUE, scale = TRUE, ...) 
qqnigPlot(x, labels = TRUE, col = "steelblue", 
    title = TRUE, grid = FALSE, rug = TRUE, scale = TRUE, ...) 
qqghtPlot(x, labels = TRUE, col = "steelblue", 
    title = TRUE, grid = FALSE, rug = TRUE, scale = TRUE, ...)

Arguments

col
the color for the series. In the univariate case use just a color name like the default, col="steelblue", in the multivariate case we recommend to select the colors from a color palette, e.g. col=heat.colors(nc
grid
a logical flag, should a grid be added to the plot? By default TRUE. To plot a horizontal lines only use grid="h" and for vertical lines use grid="h", respectively.
labels
a logical flag, should the plot be returned with default labels and decorated in an automated way? By default TRUE.
rug
a logical flag, by default TRUE. Should a rug representation of the data added to the plot?
scale
a logical flag, by default TRUE. Should the time series be scaled for the investigation?
title
a logical flag, by default TRUE. Should a default title added to the plot?
x
an object of class "timeSeries" or any other object which can be transformed by the function as.timeSeries into an object of class timeSeries. The latter case, other then timeSeries
...
optional arguments to be passed.

Value

  • displays a time series plot.

Examples

Run this code
## qqPlot -

Run the code above in your browser using DataLab