TailoredReturnPlots {fBasics} | R Documentation |
A collection and description of functions which
allow to create easily financial return plots.
The tailored plot functions are:
seriesPlot | Returns a tailored time series plot, |
histPlot | Returns a tailored histogram plot, |
densityPlot | Returns a tailored kernel density estimate plot, |
quantilePlot | Returns a tailored quantile-quantile plot. |
seriesPlot(x, col = "steelblue", main = x@units, ...) histPlot(x, col = "steelblue", main = x@units, add.fit = TRUE, ...) densityPlot(x, col = "steelblue", main = x@units, add.fit = TRUE, ...) quantilePlot(x, col = "steelblue", main = x@units, labels = TRUE, ...)
add.fit |
[*Plot] - a logical, should a fit added to the Plot? |
col, main |
[*Plot] - plot parameters, color and main title. |
labels |
a logical, should labels be added to the plot? |
x |
an object of class "timeSeries" .
|
... |
optional arguments to be passed. |
Beside the plot, no other values are returned.
Diethelm Wuertz for the Rmetrics R-port.
## SOURCE("fBasics.1B-TailoredReturnPlots")