plotxts: Plot xts without date range

Description Usage Arguments Value Author(s)

Description

a small tweak of plot.xts as presented by Joshua Ulrich on https://stackoverflow.com/questions/50051076/changes-in-plotting-an-xts-object/50051183#50051183

Usage

1
2
3
4
5
6
7
8
9
plotxts(x, y = NULL, ..., subset = "", panels = NULL,
  multi.panel = FALSE, col = 1:8, up.col = NULL, dn.col = NULL,
  bg = "#FFFFFF", type = "l", lty = 1, lwd = 2, lend = 1,
  main = deparse(substitute(x)), observation.based = FALSE,
  ylim = NULL, yaxis.same = TRUE, yaxis.left = TRUE,
  yaxis.right = TRUE, major.ticks = "months", minor.ticks = NULL,
  grid.ticks.on = "months", grid.ticks.lwd = 1, grid.ticks.lty = 1,
  grid.col = "darkgray", labels.col = "#333333",
  format.labels = TRUE, grid2 = "#F5F5F5", legend.loc = NULL)

Arguments

...

all arguments as known with plot.xts

Value

The same as plot.xts without the date range

Author(s)

Ross Bennett (Tweak by Joshua Ulrich)


philbtcecho/btcecho documentation built on June 6, 2019, 10:59 a.m.