rtsplot.matplot: 'matplot' version for 'xts' object

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

xts object

dates

subset of datesdefaults to NULL

ylim

range on Y values, defaults to NULL

type

plot type, defaults to 'l', see plot for details

cols

colors

...

additional parameters to the matplot

Value

nothing


rtsplot documentation built on Sept. 24, 2023, 1:07 a.m.