rtsplot.matplot {rtsplot} | R Documentation |
matplot
version for xts
object
Description
matplot
version for xts
object
Usage
rtsplot.matplot(
y,
dates = NULL,
ylim = NULL,
type = "l",
cols = rtsplot.colors(ncol(y)),
...
)
Arguments
y |
|
dates |
subset of datesdefaults to NULL |
ylim |
range on Y values, defaults to NULL |
type |
plot type, defaults to 'l', see |
cols |
colors |
... |
additional parameters to the |
Value
nothing
[Package rtsplot version 0.1.5 Index]