Description Usage Arguments Details Author(s) Examples
A wrapper to create a rolling mean return chart with 95
1 2 3 4 5 6 7 8 9 |
R |
an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns |
width |
number of periods to apply rolling function window over |
xaxis |
if true, draws the x axis |
ylim |
set the y-axis limit, same as in |
lwd |
set the line width, same as in |
... |
any other passthru parameters |
fill |
a three-component vector or list (recycled otherwise) providing
filling values at the left/within/to the right of the data range. See the
fill argument of |
The previous parameter na.pad
has been replaced with fill
; use fill = NA
instead of
na.pad = TRUE
, or fill = NULL
instead of na.pad = FALSE
.
Peter Carl
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.